]> err.no Git - util-linux/commit
fdisk: add GPT detection code
authorKarel Zak <kzak@redhat.com>
Thu, 31 May 2007 12:31:51 +0000 (14:31 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Jun 2007 08:40:14 +0000 (10:40 +0200)
commit5dbff4c0eb7c326e21891b6ce4f123ba96511f87
tree0d49f7da1065d4c772b38e455260f5ac0731eb4d
parent45d1bbe9cbb39139b5cdf193e75e8d8c094e02e3
fdisk: add GPT detection code

The GPT (GUID Partition Table) is unsupported by fdisk, sfdisk and
cfdisk. Unfortunately, the fdisk doesn't complain about GPT.. that's
dangerous, because user is able to blindly edit PT with unexpected
results.

Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/Makefile.am
fdisk/cfdisk.c
fdisk/fdisk.8
fdisk/fdisk.c
fdisk/gpt.c [new file with mode: 0644]
fdisk/gpt.h [new file with mode: 0644]
fdisk/sfdisk.8
fdisk/sfdisk.c