Deleted Added
full compact
gconcat.8 (133373) gconcat.8 (137221)
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/concat/gconcat.8 133373 2004-08-09 11:29:42Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/concat/gconcat.8 137221 2004-11-04 19:12:43Z ceri $
26.\"
27.Dd May 21, 2004
28.Dt GCONCAT 8
29.Os
30.Sh NAME
31.Nm gconcat
32.Nd "disk concatenation control utility"
33.Sh SYNOPSIS

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

152.Nm CONCAT
153GEOM class.
154The default value is shown next to each variable.
155.Bl -tag -width indent
156.It Va kern.geom.concat.debug : No 0
157Debug level of the
158.Nm CONCAT
159GEOM class.
26.\"
27.Dd May 21, 2004
28.Dt GCONCAT 8
29.Os
30.Sh NAME
31.Nm gconcat
32.Nd "disk concatenation control utility"
33.Sh SYNOPSIS

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

152.Nm CONCAT
153GEOM class.
154The default value is shown next to each variable.
155.Bl -tag -width indent
156.It Va kern.geom.concat.debug : No 0
157Debug level of the
158.Nm CONCAT
159GEOM class.
160This can be set to a number between 0 and 3, both included.
160This can be set to a number between 0 and 3 inclusive.
161If set to 0 minimal debug information is printed, and if set to 3 the
161If set to 0 minimal debug information is printed, and if set to 3 the
162maximum amount of debug information in printed.
162maximum amount of debug information is printed.
163.El
164.Sh EXAMPLES
165The following example shows how to configure four disks for automatic
166concatenation, create a file system on it, and mount it:
167.Bd -literal -offset indent
168gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
169newfs /dev/concat/data
170mount /dev/concat/data /mnt

--- 23 unchanged lines hidden ---
163.El
164.Sh EXAMPLES
165The following example shows how to configure four disks for automatic
166concatenation, create a file system on it, and mount it:
167.Bd -literal -offset indent
168gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
169newfs /dev/concat/data
170mount /dev/concat/data /mnt

--- 23 unchanged lines hidden ---