]> err.no Git - util-linux/commitdiff
fdisk: add description for partition type 0x27
authorKarel Zak <kzak@redhat.com>
Mon, 17 Jan 2011 16:03:25 +0000 (17:03 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Jan 2011 16:03:25 +0000 (17:03 +0100)
Reported-by: Jon Grant <jg@jguk.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/i386_sys_types.c

index e37ec51afdeb9b15175a6ea313ae6102d49ca440..9497790a57344191332cc347447027ad5aae999e 100644 (file)
@@ -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")},