From: Karel Zak Date: Mon, 17 Jan 2011 16:03:25 +0000 (+0100) Subject: fdisk: add description for partition type 0x27 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca42435573ab8ea426bfbd0e533392b2d6985042;p=util-linux fdisk: add description for partition type 0x27 Reported-by: Jon Grant Signed-off-by: Karel Zak --- 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")},