1 Nov 2010 01:03
Re: sysinstall(8) && bsdlabel a new disk
Bruce Cran <bruce <at> cran.org.uk>
2010-11-01 00:03:54 GMT
2010-11-01 00:03:54 GMT
On Sunday 31 October 2010 20:02:58 Matthias Apitz wrote: > How this is supposed to work using sysinstall(8) > or should one use only bsdlabel(8) directly in such a case? sysinstall isn't really intended for post-install use: you should probably learn how to use gpart instead - e.g. gpart create -s mbr /dev/disk gpart add -t freebsd /dev/disk gpart create -s bsd /dev/disk gpart add -t freebsd-ufs /dev/disks1 newfs /dev/disks1a -- -- Bruce Cran _______________________________________________ freebsd-questions <at> freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"
RSS Feed