geom.8 (9d19384836e5434b792a1da6af537623fd3c671f) | geom.8 (081632cffb987f43e9fcc08e92e53e7924815b0c) |
---|---|
1.\" Copyright (c) 2004-2005 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. --- 10 unchanged lines hidden (view full) --- 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$ 26.\" | 1.\" Copyright (c) 2004-2005 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. --- 10 unchanged lines hidden (view full) --- 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$ 26.\" |
27.Dd May 21, 2004 | 27.Dd March 5, 2008 |
28.Dt GEOM 8 29.Os 30.Sh NAME 31.Nm geom 32.Nd "universal control utility for GEOM classes" 33.Sh SYNOPSIS 34.Nm 35.Ar class --- 67 unchanged lines hidden (view full) --- 103available under the name of 104.Nm g Ns Ar class . 105.Pp 106Currently available classes which are aware of 107.Xr geom 8 : 108.Pp 109.Bl -bullet -offset indent -compact 110.It | 28.Dt GEOM 8 29.Os 30.Sh NAME 31.Nm geom 32.Nd "universal control utility for GEOM classes" 33.Sh SYNOPSIS 34.Nm 35.Ar class --- 67 unchanged lines hidden (view full) --- 103available under the name of 104.Nm g Ns Ar class . 105.Pp 106Currently available classes which are aware of 107.Xr geom 8 : 108.Pp 109.Bl -bullet -offset indent -compact 110.It |
111CACHE 112.It |
|
111CONCAT 112.It 113ELI 114.It | 113CONCAT 114.It 115ELI 116.It |
117JOURNAL 118.It |
|
115LABEL 116.It 117MIRROR 118.It | 119LABEL 120.It 121MIRROR 122.It |
123MULTIPATH 124.It |
|
119NOP 120.It | 125NOP 126.It |
127PART 128.It |
|
121RAID3 122.It 123SHSEC 124.It 125STRIPE 126.It 127VIRSTOR 128.El --- 23 unchanged lines hidden (view full) --- 152.Ed 153.Pp 154Unload a kernel module which implements the MD class: 155.Bd -literal -offset indent 156geom md unload 157.Ed 158.Sh SEE ALSO 159.Xr geom 4 , | 129RAID3 130.It 131SHSEC 132.It 133STRIPE 134.It 135VIRSTOR 136.El --- 23 unchanged lines hidden (view full) --- 160.Ed 161.Pp 162Unload a kernel module which implements the MD class: 163.Bd -literal -offset indent 164geom md unload 165.Ed 166.Sh SEE ALSO 167.Xr geom 4 , |
168.\" .Xr gcache 8 , |
|
160.Xr gconcat 8 , 161.Xr geli 8 , | 169.Xr gconcat 8 , 170.Xr geli 8 , |
171.Xr gjournal 8 , |
|
162.Xr glabel 8 , 163.Xr gmirror 8 , | 172.Xr glabel 8 , 173.Xr gmirror 8 , |
174.Xr gmultipath 8 , |
|
164.Xr gnop 8 , | 175.Xr gnop 8 , |
176.Xr gpart 8 , |
|
165.Xr graid3 8 , 166.Xr gshsec 8 , 167.Xr gstripe 8 , 168.Xr gvirstor 8 169.Sh HISTORY 170The 171.Nm 172utility appeared in 173.Fx 5.3 . 174.Sh AUTHORS 175.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org | 177.Xr graid3 8 , 178.Xr gshsec 8 , 179.Xr gstripe 8 , 180.Xr gvirstor 8 181.Sh HISTORY 182The 183.Nm 184utility appeared in 185.Fx 5.3 . 186.Sh AUTHORS 187.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org |