]> err.no Git - util-linux/commitdiff
fdisk: doesn't recognize the VMware ESX partitions
authorKarel Zak <kzak@redhat.com>
Mon, 19 May 2008 07:30:54 +0000 (09:30 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 May 2008 07:30:54 +0000 (09:30 +0200)
The fdisk programs do not recognize the partition types used by VMware
ESX.  They show up as "unknown".

Addresses-Red-Hat-Bugzilla: #447023
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/i386_sys_types.c

index 41b14094e3e1486925822f4916037ce20fdb75ff..c1391cb3a9adb7cab3f4d1b5ed65ad267b392220 100644 (file)
@@ -97,6 +97,8 @@ struct systypes i386_sys_types[] = {
        {0xf1, N_("SpeedStor")},
        {0xf4, N_("SpeedStor")},        /* SpeedStor large partition */
        {0xf2, N_("DOS secondary")},    /* DOS 3.3+ secondary */
+       {0xfb, N_("VMware VMFS")},
+       {0xfc, N_("VMware VMKCORE")},   /* VMware kernel dump partition */
        {0xfd, N_("Linux raid autodetect")},/* New (2.2.x) raid partition with
                                               autodetect using persistent
                                               superblock */