Deleted Added
full compact
gconcat.8 (132344) gconcat.8 (132663)
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 132344 2004-07-18 08:00:30Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/concat/gconcat.8 132663 2004-07-26 16:08:32Z 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

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

159If set to 0 minimal debug information is printed, and if set to 3 the
160maximum amount of debug information in printed.
161.El
162.Sh EXAMPLES
163The following example shows how to configure four disks for automatic
164concatenation, create a file system on it, and mount it:
165.Bd -literal -offset indent
166gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
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

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

159If set to 0 minimal debug information is printed, and if set to 3 the
160maximum amount of debug information in printed.
161.El
162.Sh EXAMPLES
163The following example shows how to configure four disks for automatic
164concatenation, create a file system on it, and mount it:
165.Bd -literal -offset indent
166gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
167newfs /dev/data.concat
168mount /dev/data.concat /mnt
167newfs /dev/concat/data
168mount /dev/concat/data /mnt
169[...]
170umount /mnt
171gconcat stop data
172gconcat unload
173.Ed
174.Sh DIAGNOSTICS
175Exit status is 0 on success, and 1 if the command fails.
176.Sh SEE ALSO

--- 15 unchanged lines hidden ---
169[...]
170umount /mnt
171gconcat stop data
172gconcat unload
173.Ed
174.Sh DIAGNOSTICS
175Exit status is 0 on success, and 1 if the command fails.
176.Sh SEE ALSO

--- 15 unchanged lines hidden ---