summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-06-11 10:42:34 +0000
committerae <ae@FreeBSD.org>2014-06-11 10:42:34 +0000
commitc78bc4087e1641db7590024234a69215bc64ec97 (patch)
tree4ee7d4d80fa52c7823bbd31a4db5c7b4dce71582 /sbin/geom
parenteee41776bd4354cfbc2898c21c769b5e5dc16ecf (diff)
downloadFreeBSD-src-c78bc4087e1641db7590024234a69215bc64ec97.zip
FreeBSD-src-c78bc4087e1641db7590024234a69215bc64ec97.tar.gz
Add disklabel64 support to GEOM_PART class.
This partitioning scheme is used in DragonFlyBSD. It is similar to BSD disklabel, but has the following improvements: * metadata has own dedicated place and isn't accessible through partitions; * all offsets are 64-bit; * supports 16 partitions by default (has reserved place for more); * has reserved place for backup label (but not yet implemented); * has UUIDs for partitions and partition types; No objections from: geom MFC after: 2 weeks Relnotes: yes
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/part/gpart.88
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8
index f1428ac..8714eed 100644
--- a/sbin/geom/class/part/gpart.8
+++ b/sbin/geom/class/part/gpart.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 2, 2014
+.Dd June 11, 2014
.Dt GPART 8
.Os
.Sh NAME
@@ -491,6 +491,12 @@ called
Requires the
.Cm GEOM_PART_BSD
kernel option.
+.It Cm BSD64
+64-bit implementation of BSD disklabel used in DragonFlyBSD to subdivide MBR
+or GPT partitions.
+Requires the
+.Cm GEOM_PART_BSD64
+kernel option.
.It Cm LDM
The Logical Disk Manager is an implementation of volume manager for
Microsoft Windows NT.
OpenPOWER on IntegriCloud