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
create.c
destroy.c
gpt.8
gpt.c
gpt.h
Makefile
map.c
map.h
migrate.c
mkdisk.sh
recover.c
show.c