Author: marck (doc committer)
Date: Mon Apr 30 22:06:47 2012
New Revision: 234854
URL: http://svn.freebsd.org/changeset/base/234854

Log:
  MFC r234345:
  
        VMware environment is frequent nowadays.  Add VMFS id.

Modified:
  stable/8/sbin/fdisk/fdisk.c
Directory Properties:
  stable/8/sbin/fdisk/   (props changed)

Modified: stable/8/sbin/fdisk/fdisk.c
==============================================================================
--- stable/8/sbin/fdisk/fdisk.c Mon Apr 30 22:03:43 2012        (r234853)
+++ stable/8/sbin/fdisk/fdisk.c Mon Apr 30 22:06:47 2012        (r234854)
@@ -215,6 +215,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",
 };
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to