summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-04-09 13:35:39 +0000
committerae <ae@FreeBSD.org>2014-04-09 13:35:39 +0000
commitfa4bb9196626b91d892d8087912e76ef97bd6f81 (patch)
treedb6f4c106c30987925008cf8ac9e5150c998c926
parenta25c39725c84ba2fa1b634932a49f04424be9a9d (diff)
downloadFreeBSD-src-fa4bb9196626b91d892d8087912e76ef97bd6f81.zip
FreeBSD-src-fa4bb9196626b91d892d8087912e76ef97bd6f81.tar.gz
MFC r264039:
Document more parition types.
-rw-r--r--sbin/geom/class/part/gpart.827
1 files changed, 26 insertions, 1 deletions
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8
index 3ce79a8..194a19f 100644
--- a/sbin/geom/class/part/gpart.8
+++ b/sbin/geom/class/part/gpart.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 1, 2013
+.Dd April 2, 2014
.Dt GPART 8
.Os
.Sh NAME
@@ -557,6 +557,16 @@ Interface (EFI).
In such cases, the GPT partitioning scheme is used and the
actual partition type for the system partition can also be specified as
.Qq Li "!c12a7328-f81f-11d2-ba4b-00a0c93ec93b" .
+.It Cm fat16
+A partition that contains a FAT16 filesystem.
+The scheme-specific type is
+.Qq Li "!6"
+for MBR.
+.It Cm fat32
+A partition that contains a FAT32 filesystem.
+The scheme-specific type is
+.Qq Li "!11"
+for MBR.
.It Cm freebsd
A
.Fx
@@ -620,6 +630,16 @@ A partition that is sub-partitioned by a Master Boot Record (MBR).
This type is known as
.Qq Li "!024dee41-33e7-11d3-9d69-0008c781f39f"
by GPT.
+.It Cm ms-basic-data
+A basic data partition (BDP) for Microsoft operating systems.
+In the GPT this type is the equivalent to partition types
+.Cm fat16 , fat32
+and
+.Cm ntfs
+in MBR.
+The scheme-specific type is
+.Qq Li "!ebd0a0a2-b9e5-4433-87c0-68b6b72699c7"
+for GPT.
.It Cm ms-ldm-data
A partition that contains Logical Disk Manager (LDM) volumes.
The scheme-specific types are
@@ -632,6 +652,11 @@ A partition that contains Logical Disk Manager (LDM) database.
The scheme-specific type is
.Qq Li "!5808c8aa-7e8f-42e0-85d2-e1e90434cfb3"
for GPT.
+.It Cm ntfs
+A partition that contains a NTFS or exFAT filesystem.
+The scheme-specific type is
+.Qq Li "!7"
+for MBR.
.El
.Sh ATTRIBUTES
The scheme-specific attributes for EBR:
OpenPOWER on IntegriCloud