svn commit: r266483 - head/sbin/geom/class/part

Dmitry Morozovsky marck at FreeBSD.org
Wed May 21 05:27:57 UTC 2014


Author: marck (doc committer)
Date: Wed May 21 05:27:57 2014
New Revision: 266483
URL: http://svnweb.freebsd.org/changeset/base/266483

Log:
  Document VMware-related filesystems additions.
  
  Reviewed by:    jmg
  MFC after:      1 week

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==============================================================================
--- head/sbin/geom/class/part/gpart.8	Wed May 21 03:11:27 2014	(r266482)
+++ head/sbin/geom/class/part/gpart.8	Wed May 21 05:27:57 2014	(r266483)
@@ -657,6 +657,30 @@ A partition that contains a NTFS or exFA
 The scheme-specific type is
 .Qq Li "!7"
 for MBR.
+.It Cm vmware-vmfs
+A partition that contains a VMware File System (VMFS).
+The scheme-specific types are
+.Qq Li "!251"
+for MBR and
+.Qq Li "!aa31e02a-400f-11db-9590-000c2911d1b8"
+for GPT.
+.It Cm vmware-vmkdiag
+A partition that contains a VMware diagostic filesystem.
+The scheme-specific types are
+.Qq Li "!252"
+for MBR and
+.Qq Li "!9d275380-40ad-11db-bf97-000c2911d1b8"
+for GPT.
+.It Cm vmware-reserved
+A VMware reserved partition.
+The scheme-specific type is
+.Qq Li "!9198effc-31c0-11db-8f-78-000c2911d1b8"
+for GPT.
+.It Cm vmware-vsanhdr
+A partition claimed by VMware VSAN.
+The scheme-specific type is
+.Qq Li "!381cfccc-7288-11e0-92ee-000c2911d0b2"
+for GPT.
 .El
 .Sh ATTRIBUTES
 The scheme-specific attributes for EBR:


More information about the svn-src-all mailing list