summaryrefslogtreecommitdiff
path: root/fdisk
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2011-01-17 17:03:25 +0100
committerKarel Zak <kzak@redhat.com>2011-01-17 17:03:25 +0100
commitca42435573ab8ea426bfbd0e533392b2d6985042 (patch)
tree9a3981c6557ccccc18b3133161cdfd34ecc2e046 /fdisk
parenteb811909ccebb1acc63ded5c1c87f7c892c0660c (diff)
downloadutil-linux-old-ca42435573ab8ea426bfbd0e533392b2d6985042.tar.gz
fdisk: add description for partition type 0x27
Reported-by: Jon Grant <jg@jguk.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk')
-rw-r--r--fdisk/i386_sys_types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c
index e37ec51a..9497790a 100644
--- a/fdisk/i386_sys_types.c
+++ b/fdisk/i386_sys_types.c
@@ -29,6 +29,7 @@ struct systypes i386_sys_types[] = {
{0x1c, N_("Hidden W95 FAT32 (LBA)")},
{0x1e, N_("Hidden W95 FAT16 (LBA)")},
{0x24, N_("NEC DOS")},
+ {0x27, N_("Hidden NTFS WinRE")},
{0x39, N_("Plan 9")},
{0x3c, N_("PartitionMagic recovery")},
{0x40, N_("Venix 80286")},