geom.8 (28887567014fdc5f9d6a73940d3656d0f7191f02) geom.8 (83d165c127f2e3734d9ab58ef161a4b0e490e5c0)
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 September 1, 2010
27.Dd January 5, 2011
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
36.Cm help
37.Nm
38.Ar class
39.Cm list
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
36.Cm help
37.Nm
38.Ar class
39.Cm list
40.Op Fl a
40.Op Ar name ...
41.Nm
42.Ar class
43.Cm status
41.Op Ar name ...
42.Nm
43.Ar class
44.Cm status
44.Op Fl s
45.Op Fl ags
45.Op Ar name ...
46.Nm
47.Ar class
48.Cm load
49.Op Fl v
50.Nm
51.Ar class
52.Cm unload

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

64Here is the list of standard commands:
65.Bl -tag -width ".Cm status"
66.It Cm help
67List all available commands for the given class.
68.It Cm list
69Print detailed information (within the given class) about all geoms
70(if no additional arguments were specified) or the given geoms.
71This command is only available if the given class exists in the kernel.
46.Op Ar name ...
47.Nm
48.Ar class
49.Cm load
50.Op Fl v
51.Nm
52.Ar class
53.Cm unload

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

65Here is the list of standard commands:
66.Bl -tag -width ".Cm status"
67.It Cm help
68List all available commands for the given class.
69.It Cm list
70Print detailed information (within the given class) about all geoms
71(if no additional arguments were specified) or the given geoms.
72This command is only available if the given class exists in the kernel.
73Additional options include:
74.Bl -tag -width ".Fl a"
75.It Fl a
76Print information for geoms without providers.
77.El
72.It Cm status
73Print general information (within the given class) about all geoms
74(if no additional arguments were specified) or the given geoms.
75This command is only available if the given class exists in the kernel.
76.Pp
77Additional options include:
78.Bl -tag -width ".Fl s"
78.It Cm status
79Print general information (within the given class) about all geoms
80(if no additional arguments were specified) or the given geoms.
81This command is only available if the given class exists in the kernel.
82.Pp
83Additional options include:
84.Bl -tag -width ".Fl s"
85.It Fl a
86When used with -g, print status for geoms without providers.
87.It Fl g
88Report statuses for geoms instead of providers.
79.It Fl s
80Produce script-friendly output.
81.El
82.It Cm load
83Load the kernel module that implements the given class.
84This command is only available if the class does not yet exist in the kernel and
85the file
86.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko

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

123MOUNTVER
124.It
125MULTIPATH
126.It
127NOP
128.It
129PART
130.It
89.It Fl s
90Produce script-friendly output.
91.El
92.It Cm load
93Load the kernel module that implements the given class.
94This command is only available if the class does not yet exist in the kernel and
95the file
96.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko

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

133MOUNTVER
134.It
135MULTIPATH
136.It
137NOP
138.It
139PART
140.It
141RAID
142.It
131RAID3
132.It
133SCHED
134.It
135SHSEC
136.It
137STRIPE
138.It

--- 56 unchanged lines hidden ---
143RAID3
144.It
145SCHED
146.It
147SHSEC
148.It
149STRIPE
150.It

--- 56 unchanged lines hidden ---