]> err.no Git - util-linux/commitdiff
fdisk: add exFAT to MBR partition type 0x7
authorJon Grant <jg@jguk.org>
Mon, 17 Jan 2011 22:47:07 +0000 (22:47 +0000)
committerKarel Zak <kzak@redhat.com>
Sun, 23 Jan 2011 21:55:23 +0000 (22:55 +0100)
Signed-off-by: Jon Grant<jg@jguk.org>
fdisk/i386_sys_types.c

index 9497790a57344191332cc347447027ad5aae999e..916daf68bc647a3e88d4b22041e1a7d5b147a930 100644 (file)
@@ -10,7 +10,7 @@ struct systypes i386_sys_types[] = {
        {0x04, N_("FAT16 <32M")},
        {0x05, N_("Extended")},         /* DOS 3.3+ extended partition */
        {0x06, N_("FAT16")},            /* DOS 16-bit >=32M */
-       {0x07, N_("HPFS/NTFS")},        /* OS/2 IFS, eg, HPFS or NTFS or QNX */
+       {0x07, N_("HPFS/NTFS/exFAT")},  /* OS/2 IFS, eg, HPFS or NTFS or QNX or exFAT */
        {0x08, N_("AIX")},              /* AIX boot (AIX -- PS/2 port) or SplitDrive */
        {0x09, N_("AIX bootable")},     /* AIX data or Coherent */
        {0x0a, N_("OS/2 Boot Manager")},/* OS/2 Boot Manager */