Yep this hard disk is for FreeBSD only. Why I should not use fdisk?

because it's not needed.



clean it up
dd if=/dev/zero of=/dev/disk bs=64k count=1

make initial label

bsdlabel -w disk

edit label to your needs

bsdlabel -e disk

newfs,mount,copy files,umount

bsdlabel -B disk
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to