summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2009-06-13 00:27:03 +0000
committerivoras <ivoras@FreeBSD.org>2009-06-13 00:27:03 +0000
commit79583448b47e888f628b66355bcedd14ac22ef39 (patch)
treec825b3f07dbd769fc6ebee9c09faa796ccc3c8fc /sbin/geom
parentb0bb75a321693ed722df0349f7fe300eb51db5e8 (diff)
downloadFreeBSD-src-79583448b47e888f628b66355bcedd14ac22ef39.zip
FreeBSD-src-79583448b47e888f628b66355bcedd14ac22ef39.tar.gz
Add support for labels derived from GPT metadata.
Approved by: gnn (mentor) Reviewed by: pjd PR: 128398 Submitted by: Marius Nuennerich < marius at nuenneri.ch >
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/label/glabel.816
1 files changed, 14 insertions, 2 deletions
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8
index bc1994e..454cba0 100644
--- a/sbin/geom/class/label/glabel.8
+++ b/sbin/geom/class/label/glabel.8
@@ -1,4 +1,5 @@
.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
+.\" Copyright (c) 2008-2009 Ivan Voras <ivoras@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -24,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 2, 2004
+.Dd June 13, 2009
.Dt GLABEL 8
.Os
.Sh NAME
@@ -119,7 +120,18 @@ NTFS (directory
.Pa /dev/ntfs/ ) .
.El
.Pp
-Non file-system labels are created in the directory
+Support for partition metadata is implemented for:
+.Pp
+.Bl -bullet -offset indent -compact
+.It
+GPT labels (directory
+.Pa /dev/gpt/ ) .
+.It
+GPT UUIDs (directory
+.Pa /dev/gptid/ ) .
+.El
+.Pp
+Generic labels are created in the directory
.Pa /dev/label/ .
.Pp
The first argument to
OpenPOWER on IntegriCloud