freebsd-dev/sbin/fdisk
Andrey V. Elsukov fd1ca22afb Improve error reporting when MBR can not be written.
Remove obsolete code which uses DIOCSMBR ioctl.
When writing MBR first check that GEOM_MBR is available, if it is not
available, then try write MBR directly to provider. If both are failed,
then recommend to use gpart(8).

MFC after:	2 week
2011-11-07 06:24:35 +00:00
..
fdisk.8 Add reference to gpart(8). 2011-11-06 20:38:27 +00:00
fdisk.c Improve error reporting when MBR can not be written. 2011-11-07 06:24:35 +00:00
Makefile Add missing library dependencies. 2008-09-23 13:12:51 +00:00
runtest.sh