On Sat, Jan 08, 2011 at 11:01:44AM +0000, Jon Grant wrote: > Hello > I am running Ubuntu 10.10: fdisk (util-linux-ng 2.17.2) > > I propose to add description for 0x27 partition type, which is a > hidden NTFS partition type 0x7, containing WinRE: > > http://en.wikipedia.org/wiki/Windows_Recovery_Environment > > I propose to add the name "Hidden NTFS WinRE" > > Would a patch be supported for review? See patch below. Karel >From ca42435573ab8ea426bfbd0e533392b2d6985042 Mon Sep 17 00:00:00 2001 From: Karel Zak <kzak@xxxxxxxxxx> Date: Mon, 17 Jan 2011 17:03:25 +0100 Subject: [PATCH] fdisk: add description for partition type 0x27 Reported-by: Jon Grant <jg@xxxxxxxx> Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> --- fdisk/i386_sys_types.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c index e37ec51..9497790 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")}, -- 1.7.3.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html