Author: marck (doc committer)
Date: Mon Apr 16 17:30:19 2012
New Revision: 234345
URL: http://svn.freebsd.org/changeset/base/234345

Log:
  VMware environment is frequent nowadays.  Add VMFS id.
  
  MFC after:    2 weeks

Modified:
  head/sbin/fdisk/fdisk.c

Modified: head/sbin/fdisk/fdisk.c
==============================================================================
--- head/sbin/fdisk/fdisk.c     Mon Apr 16 15:43:31 2012        (r234344)
+++ head/sbin/fdisk/fdisk.c     Mon Apr 16 17:30:19 2012        (r234345)
@@ -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",
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to