geom.8 (f71186982c6852a0389b94583967124b80489275) geom.8 (3bad06e9baeb48e351b485cc8cc7045c870d0cae)
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.

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

91NOP
92.It
93RAID3
94.It
95SHSEC
96.It
97STRIPE
98.El
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.

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

91NOP
92.It
93RAID3
94.It
95SHSEC
96.It
97STRIPE
98.El
99.Sh ENVIRONMENT
100The following environment variables affect the execution of
101.Nm :
102.Bl -tag -width ".Ev GEOM_LIBRARY_PATH"
103.It Ev GEOM_LIBRARY_PATH
104Specifies the path where shared libraries are stored instead of
105.Pa /lib/geom/ .
106.El
99.Sh EXIT STATUS
100Exit status is 0 on success, and 1 if the command fails.
101.Sh EXAMPLES
102The following example shows how to set up a stripe on three disks for automatic
103configuration:
104.Bd -literal -offset indent
105geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
106or:

--- 28 unchanged lines hidden ---
107.Sh EXIT STATUS
108Exit status is 0 on success, and 1 if the command fails.
109.Sh EXAMPLES
110The following example shows how to set up a stripe on three disks for automatic
111configuration:
112.Bd -literal -offset indent
113geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
114or:

--- 28 unchanged lines hidden ---