From: Karel Zak Date: Mon, 19 May 2008 07:30:54 +0000 (+0200) Subject: fdisk: doesn't recognize the VMware ESX partitions X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd11e0c0f4a8d9218dc80035ffa9b4d9322afc0;p=util-linux fdisk: doesn't recognize the VMware ESX partitions 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 --- diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c index 41b14094..c1391cb3 100644 --- a/fdisk/i386_sys_types.c +++ b/fdisk/i386_sys_types.c @@ -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 */