summaryrefslogtreecommitdiff
path: root/lib/geom
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-12-24 01:47:08 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-12-24 01:47:08 +0000
commitf3ea8d846a3c54ba7cf1984194634b54f73009f3 (patch)
treed82dcae6ff686672aa2b02a639aedcb581a21e93 /lib/geom
parentc76ddeeb1c32e72a73f5f9ba89dd39dee596a5ac (diff)
downloadsrc-test2-f3ea8d846a3c54ba7cf1984194634b54f73009f3.tar.gz
src-test2-f3ea8d846a3c54ba7cf1984194634b54f73009f3.zip
gpart(8): ms-basic-data is used for exFAT on GPT
Be explicit about it; the first mention of exFAT is for the MBR type 'ntfs', and the reader must work back from there to the GPT type and infer that a reference to MBR ntfs type means ms-basic-data is canonical for exFAT. (It'd also be great if gpart had convenient aliases that did the right thing for the partition scheme, such as 'ntfs' => ms-basic-data on GPT schemes or 'exfat' => 'ntfs' in MBR schemes. The tool is also bad about providing user-meaningful reasons for EINVAL failures.)
Notes
Notes: svn path=/head/; revision=356048
Diffstat (limited to 'lib/geom')
-rw-r--r--lib/geom/part/gpart.83
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
index fbfe099eb90e..221a3f887e25 100644
--- a/lib/geom/part/gpart.8
+++ b/lib/geom/part/gpart.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 13, 2019
+.Dd December 23, 2019
.Dt GPART 8
.Os
.Sh NAME
@@ -863,6 +863,7 @@ In the GPT this type is the equivalent to partition types
and
.Cm ntfs
in MBR.
+This type is used for GPT exFAT partitions.
The scheme-specific type is
.Qq Li "!ebd0a0a2-b9e5-4433-87c0-68b6b72699c7"
for GPT.