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

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

78or
79.Dq automatic .
80When using the
81.Dq manual
82method, no metadata are stored on the devices, so the concatenated
83device has to be configured by hand every time it is needed.
84The
85.Dq automatic
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

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

78or
79.Dq automatic .
80When using the
81.Dq manual
82method, no metadata are stored on the devices, so the concatenated
83device has to be configured by hand every time it is needed.
84The
85.Dq automatic
86method use on-disk metadata to detect devices.
86method uses on-disk metadata to detect devices.
87Once devices are labeled, they will be automatically detected and
88configured.
89.Pp
90The first argument to
91.Nm
92indicates an action to be performed:
93.Bl -tag -width ".Cm destroy"
94.It Cm create

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

107.Dq automatic
108method, where metadata are stored in every device's last sector.
109The kernel module
110.Pa geom_concat.ko
111will be loaded if it is not loaded already.
112.It Cm stop
113Turn off existing concatenate device by its
114.Ar name .
87Once devices are labeled, they will be automatically detected and
88configured.
89.Pp
90The first argument to
91.Nm
92indicates an action to be performed:
93.Bl -tag -width ".Cm destroy"
94.It Cm create

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

107.Dq automatic
108method, where metadata are stored in every device's last sector.
109The kernel module
110.Pa geom_concat.ko
111will be loaded if it is not loaded already.
112.It Cm stop
113Turn off existing concatenate device by its
114.Ar name .
115This command doesn't touch on-disk metadata!
115This command does not touch on-disk metadata!
116.It Cm destroy
117Same as
118.Cm stop .
119.It Cm clear
120Clear metadata on the given devices.
121.It Cm list
122List all or the given currently configured devices.
123.It Cm load

--- 44 unchanged lines hidden ---
116.It Cm destroy
117Same as
118.Cm stop .
119.It Cm clear
120Clear metadata on the given devices.
121.It Cm list
122List all or the given currently configured devices.
123.It Cm load

--- 44 unchanged lines hidden ---