]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Grab a snapshot of Marcel's gpt tool. This is still a work-in-progress
authorPeter Wemm <peter@FreeBSD.org>
Sat, 20 Jul 2002 19:27:43 +0000 (19:27 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 20 Jul 2002 19:27:43 +0000 (19:27 +0000)
commit80643c90e3df6be23f59c82184e972d9c88cd627
tree58b29ec4f042260b9ce91a33c9f2cd135c628d9c
parent7657553c76c0dbf8a60e4ecd6fec012cfbacf63d
Grab a snapshot of Marcel's gpt tool.  This is still a work-in-progress
but is useful to have handy.  EFI GPT partitions are used instead of the
fdisk+disklabel combination.  They are pure 64 bit LBA, are fully
extensible, support up to 16383 partitons per disk, etc.
sbin/gpt/Makefile [new file with mode: 0644]
sbin/gpt/destroy.c [new file with mode: 0644]
sbin/gpt/gpt.c [new file with mode: 0644]
sbin/gpt/gpt.h [new file with mode: 0644]
sbin/gpt/map.c [new file with mode: 0644]
sbin/gpt/map.h [new file with mode: 0644]
sbin/gpt/migrate.c [new file with mode: 0644]
sbin/gpt/mkdisk.sh [new file with mode: 0644]
sbin/gpt/recover.c [new file with mode: 0644]
sbin/gpt/show.c [new file with mode: 0644]