Deleted Added
full compact
gstripe.8 (132344) gstripe.8 (132664)
1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sbin/geom/class/stripe/gstripe.8 132344 2004-07-18 08:00:30Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/stripe/gstripe.8 132664 2004-07-26 16:10:27Z pjd $
26.\"
27.Dd May 21, 2004
28.Dt GSTRIPE 8
29.Os
30.Sh NAME
31.Nm gstripe
32.Nd "control utility for striped devices"
33.Sh SYNOPSIS

--- 150 unchanged lines hidden (view full) ---

184variable is read-only and can only be set as a tunable in
185.Xr loader.conf 5 .
186.El
187.Sh EXAMPLES
188The following example shows how to set up striped device from four disks
189for automatic configuration, create a file system on it, and mount it:
190.Bd -literal -offset indent
191gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
26.\"
27.Dd May 21, 2004
28.Dt GSTRIPE 8
29.Os
30.Sh NAME
31.Nm gstripe
32.Nd "control utility for striped devices"
33.Sh SYNOPSIS

--- 150 unchanged lines hidden (view full) ---

184variable is read-only and can only be set as a tunable in
185.Xr loader.conf 5 .
186.El
187.Sh EXAMPLES
188The following example shows how to set up striped device from four disks
189for automatic configuration, create a file system on it, and mount it:
190.Bd -literal -offset indent
191gstripe label -v -s 4096 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
192newfs /dev/data.stripe
193mount /dev/data.stripe /mnt
192newfs /dev/stripe/data
193mount /dev/stripe/data /mnt
194[...]
195umount /mnt
196gstripe stop data
197gstripe unload
198.Ed
199.Sh DIAGNOSTICS
200Exit status is 0 on success, and 1 if the command fails.
201.Sh SEE ALSO

--- 15 unchanged lines hidden ---
194[...]
195umount /mnt
196gstripe stop data
197gstripe unload
198.Ed
199.Sh DIAGNOSTICS
200Exit status is 0 on success, and 1 if the command fails.
201.Sh SEE ALSO

--- 15 unchanged lines hidden ---