summaryrefslogtreecommitdiffstats
path: root/fdisk/i386_sys_types.c
diff options
context:
space:
mode:
authorJon Grant2011-01-17 23:47:07 +0100
committerKarel Zak2011-01-23 22:55:23 +0100
commitd5d6781c42f9ba14493ad5547b0a1e67b32331b6 (patch)
tree0654ed1bb223688b369144923e1a7b7222cb5a71 /fdisk/i386_sys_types.c
parentlibmount: _SC_GETPW_R_SIZE_MAX portability issue (diff)
downloadkernel-qcow2-util-linux-d5d6781c42f9ba14493ad5547b0a1e67b32331b6.tar.gz
kernel-qcow2-util-linux-d5d6781c42f9ba14493ad5547b0a1e67b32331b6.tar.xz
kernel-qcow2-util-linux-d5d6781c42f9ba14493ad5547b0a1e67b32331b6.zip
fdisk: add exFAT to MBR partition type 0x7
Signed-off-by: Jon Grant<jg@jguk.org>
Diffstat (limited to 'fdisk/i386_sys_types.c')
-rw-r--r--fdisk/i386_sys_types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c
index 9497790a5..916daf68b 100644
--- a/fdisk/i386_sys_types.c
+++ b/fdisk/i386_sys_types.c
@@ -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 */