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

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

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

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

Reply via email to