freebsd-skq/sbin/gpt
marcel 571405ddd6 Add an -f option (for force) to the create command. The -f option
allows the user to force the creation of a GPT even when there's a
MBR on the device. The MBR is simply wiped and any partitions
described by it are lost. Without the -f option one cannot create
a GPT when there's a MBR.
2004-11-13 05:13:33 +00:00
..
add.c Remove useless inclusion of <sys/disklabel.h> 2004-10-25 03:44:10 +00:00
create.c Add an -f option (for force) to the create command. The -f option 2004-11-13 05:13:33 +00:00
destroy.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
gpt.8 Add an -f option (for force) to the create command. The -f option 2004-11-13 05:13:33 +00:00
gpt.c
gpt.h
Makefile
map.c
map.h
migrate.c Fix a braino: the partition size in the PMBR is in sectors, not bytes 2004-11-12 04:34:46 +00:00
mkdisk.sh
recover.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
remove.c Remove useless inclusion of <sys/disklabel.h> 2004-10-25 03:44:10 +00:00
show.c