geom.8 (f854db0bf589ae8e9365fc0e99fbb37b6461b790) | geom.8 (9d19384836e5434b792a1da6af537623fd3c671f) |
---|---|
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. --- 119 unchanged lines hidden (view full) --- 128.El 129.Sh ENVIRONMENT 130The following environment variables affect the execution of 131.Nm : 132.Bl -tag -width ".Ev GEOM_LIBRARY_PATH" 133.It Ev GEOM_LIBRARY_PATH 134Specifies the path where shared libraries are stored instead of 135.Pa /lib/geom/ . | 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. --- 119 unchanged lines hidden (view full) --- 128.El 129.Sh ENVIRONMENT 130The following environment variables affect the execution of 131.Nm : 132.Bl -tag -width ".Ev GEOM_LIBRARY_PATH" 133.It Ev GEOM_LIBRARY_PATH 134Specifies the path where shared libraries are stored instead of 135.Pa /lib/geom/ . |
136Multiple paths can be specified with a colon-separated list of paths. |
|
136.El 137.Sh EXIT STATUS 138Exit status is 0 on success, and 1 if the command fails. 139.Sh EXAMPLES 140The following example shows how to set up a stripe on three disks for automatic 141configuration: 142.Bd -literal -offset indent 143geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 --- 31 unchanged lines hidden --- | 137.El 138.Sh EXIT STATUS 139Exit status is 0 on success, and 1 if the command fails. 140.Sh EXAMPLES 141The following example shows how to set up a stripe on three disks for automatic 142configuration: 143.Bd -literal -offset indent 144geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 --- 31 unchanged lines hidden --- |