svn commit: r266810 - stable/9/sbin/geom/class/part
Dmitry Morozovsky
marck at FreeBSD.org
Wed May 28 15:19:46 UTC 2014
Author: marck (doc committer)
Date: Wed May 28 15:19:45 2014
New Revision: 266810
URL: http://svnweb.freebsd.org/changeset/base/266810
Log:
MFC: r266483
Document VMware-related filesystems additions.
Reviewed by: jmg
Approved by: re (glebius)
Modified:
stable/9/sbin/geom/class/part/gpart.8
Directory Properties:
stable/9/sbin/geom/class/part/ (props changed)
Modified: stable/9/sbin/geom/class/part/gpart.8
==============================================================================
--- stable/9/sbin/geom/class/part/gpart.8 Wed May 28 15:02:42 2014 (r266809)
+++ stable/9/sbin/geom/class/part/gpart.8 Wed May 28 15:19:45 2014 (r266810)
@@ -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-stable-9
mailing list