From 6cd11e0c0f4a8d9218dc80035ffa9b4d9322afc0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 May 2008 09:30:54 +0200 Subject: [PATCH] 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 --- fdisk/i386_sys_types.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5