summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/stripe
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-26 16:10:27 +0000
committerpjd <pjd@FreeBSD.org>2004-07-26 16:10:27 +0000
commit3a2f13d5f5f45530d066bd48f5c672989bc023c1 (patch)
tree62c6aa0717f8c4c5dfab66a0014051bda16d933a /sbin/geom/class/stripe
parentbadd010cc72d523623f598112ba138a6fa03b1e6 (diff)
downloadFreeBSD-src-3a2f13d5f5f45530d066bd48f5c672989bc023c1.zip
FreeBSD-src-3a2f13d5f5f45530d066bd48f5c672989bc023c1.tar.gz
Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.
Diffstat (limited to 'sbin/geom/class/stripe')
-rw-r--r--sbin/geom/class/stripe/gstripe.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index 59b0709..9f3a2ba 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -189,8 +189,8 @@ The following example shows how to set up striped device from four disks
for automatic configuration, create a file system on it, and mount it:
.Bd -literal -offset indent
gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
-newfs /dev/data.stripe
-mount /dev/data.stripe /mnt
+newfs /dev/stripe/data
+mount /dev/stripe/data /mnt
[...]
umount /mnt
gstripe stop data
OpenPOWER on IntegriCloud