VMware environment is frequent nowadays. Add VMFS id.

MFC after:	2 weeks
This commit is contained in:
Dmitry Morozovsky 2012-04-16 17:30:19 +00:00
parent b4882cb383
commit f933af5dbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234345

View File

@ -218,6 +218,7 @@ static const char *const part_types[256] = {
[0xF1] = "SpeedStor",
[0xF2] = "DOS 3.3+ Secondary",
[0xF4] = "SpeedStor large partition",
[0xFB] = "VMware VMFS",
[0xFE] = "SpeedStor >1024 cyl. or LANstep",
[0xFF] = "Xenix bad blocks table",
};