- More clear example description.
- Fix copy&paste bug.
This commit is contained in:
parent
3bbe6ea942
commit
925830e6dd
@ -132,12 +132,12 @@ Specifies size of stripe block.
|
||||
Be more verbose.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
The following example shows how to configure four disks for automatic
|
||||
configuration, create file system on it, and mount it:
|
||||
The following example shows how to setup striped device from four disks
|
||||
for automatic configuration, create file system on it, and mount it:
|
||||
.Bd -literal -offset indent
|
||||
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
|
||||
newfs /dev/data.concat
|
||||
mount /dev/data.concat /mnt
|
||||
newfs /dev/data.stripe
|
||||
mount /dev/data.stripe /mnt
|
||||
.Ed
|
||||
.Sh DIAGNOSTICS
|
||||
Exit status is 0 on success, and 1 if the command fails.
|
||||
|
Loading…
x
Reference in New Issue
Block a user