freebsd-dev/sbin/gpt
Peter Wemm 7201d7b009 Show the paritition types that we recognize in human readable format. eg:
pluto2# gpt show da0
     start       end      size  contents
         0         0         1  PMBR
         1         1         1  Pri GPT header
         2        33        32  Pri GPT table
        34    401595    401562  GPT part - EFI System partition
    401596    925883    524288  GPT part - FreeBSD ufs partition
    925884   9314491   8388608  GPT part - FreeBSD swap partition
...
It'll print a plain uuid string for unrecognized types.
2003-02-13 01:00:26 +00:00
..
add.c Allow aliases to be used when specifying partition types. The use of 2002-11-30 22:51:46 +00:00
create.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
destroy.c Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in 2002-11-10 20:22:25 +00:00
gpt.8 Add a manpage. Nobody expects the spanish inquisition, but the 2002-12-01 02:10:34 +00:00
gpt.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
gpt.h o Remove the fallback implementations of uuid_create(), 2002-11-02 07:08:15 +00:00
Makefile Add a manpage. Nobody expects the spanish inquisition, but the 2002-12-01 02:10:34 +00:00
map.c o Add functionality to add a GPT partition, 2002-10-27 03:23:05 +00:00
map.h o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
migrate.c o Newer EFI implementations require that a GPT is preceeded by 2002-12-02 01:42:03 +00:00
mkdisk.sh
recover.c Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in 2002-11-10 20:22:25 +00:00
show.c Show the paritition types that we recognize in human readable format. eg: 2003-02-13 01:00:26 +00:00