Deleted Added
full compact
gconcat.8 (131763) gconcat.8 (132100)
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 131763 2004-07-07 21:00:57Z ru $
25.\" $FreeBSD: head/sbin/geom/class/concat/gconcat.8 132100 2004-07-13 12:32:20Z pjd $
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

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

132.Pp
133Additional options:
134.Bl -tag -width indent
135.It Fl f
136Force the removal of the specified concatenated device.
137.It Fl v
138Be more verbose.
139.El
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

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

132.Pp
133Additional options:
134.Bl -tag -width indent
135.It Fl f
136Force the removal of the specified concatenated device.
137.It Fl v
138Be more verbose.
139.El
140.Sh SYSCTL VARIABLES
141The following
142.Xr sysctl 8
143variables can be used to control the behavior of the
144.Nm CONCAT
145GEOM class.
146The default value is shown next to each variable.
147.Bl -tag -width indent
148.It Va kern.geom.concat.debug : No 0
149Debug level of the
150.Nm CONCAT
151GEOM class.
152This can be set to a number between 0 and 3, both included.
153If set to 0 minimal debug information is printed, and if set to 3 the
154maximum amount of debug information in printed.
155.El
140.Sh EXAMPLES
141The following example shows how to configure four disks for automatic
142concatenation, create a file system on it, and mount it:
143.Bd -literal -offset indent
144gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
145newfs /dev/data.concat
146mount /dev/data.concat /mnt
147[...]
148umount /mnt
149gconcat stop data
150gconcat unload
151.Ed
152.Sh DIAGNOSTICS
153Exit status is 0 on success, and 1 if the command fails.
154.Sh SEE ALSO
155.Xr geom 4 ,
156.Sh EXAMPLES
157The following example shows how to configure four disks for automatic
158concatenation, create a file system on it, and mount it:
159.Bd -literal -offset indent
160gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
161newfs /dev/data.concat
162mount /dev/data.concat /mnt
163[...]
164umount /mnt
165gconcat stop data
166gconcat unload
167.Ed
168.Sh DIAGNOSTICS
169Exit status is 0 on success, and 1 if the command fails.
170.Sh SEE ALSO
171.Xr geom 4 ,
172.Xr loader.conf 5 ,
156.Xr geom 8 ,
157.Xr mount 8 ,
158.Xr newfs 8 ,
173.Xr geom 8 ,
174.Xr mount 8 ,
175.Xr newfs 8 ,
176.Xr sysctl 8 ,
159.Xr umount 8 ,
160.Xr vinum 8
161.Sh HISTORY
162The
163.Nm
164utility appeared in
165.Fx 5.3 .
166.Sh AUTHORS
167.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org
177.Xr umount 8 ,
178.Xr vinum 8
179.Sh HISTORY
180The
181.Nm
182utility appeared in
183.Fx 5.3 .
184.Sh AUTHORS
185.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org