geom.8 (3bad06e9baeb48e351b485cc8cc7045c870d0cae) | geom.8 (85e9dc7d1bcee11146ea53abb673ba182c28728b) |
---|---|
1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org> | 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. 9.\" 2. Redistributions in binary form must reproduce the above copyright --- 31 unchanged lines hidden (view full) --- 41utility is used to control various GEOM classes. 42A class has to be aware of 43.Xr geom 8 44comunication methods, but there are also some standard commands 45which can be used for existing 46.Xr geom 8 47unaware classes. 48Here is the list of standard commands: | 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. 9.\" 2. Redistributions in binary form must reproduce the above copyright --- 31 unchanged lines hidden (view full) --- 41utility is used to control various GEOM classes. 42A class has to be aware of 43.Xr geom 8 44comunication methods, but there are also some standard commands 45which can be used for existing 46.Xr geom 8 47unaware classes. 48Here is the list of standard commands: |
49.Bl -tag -width ".Cm unload" | 49.Bl -tag -width ".Cm status" |
50.It Cm help 51List all available commands for the given class. 52.It Cm list 53Print detailed information (within the given class) about all geoms 54(if no additional arguments were specified) or the given geoms. 55This command is only available if the given class exists in the kernel. | 50.It Cm help 51List all available commands for the given class. 52.It Cm list 53Print detailed information (within the given class) about all geoms 54(if no additional arguments were specified) or the given geoms. 55This command is only available if the given class exists in the kernel. |
56.It Cm status 57Print general information (within the given class) about all geoms 58(if no additional arguments were specified) or the given geoms. 59This command is only available if the given class exists in the kernel. |
|
56.It Cm load 57Load the kernel module that implements the given class. 58This command is only available if the class does not yet exist in the kernel and 59the file 60.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko 61can be found in one of the directories specifed in 62.Va kern.module_path 63sysctl. --- 79 unchanged lines hidden --- | 60.It Cm load 61Load the kernel module that implements the given class. 62This command is only available if the class does not yet exist in the kernel and 63the file 64.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko 65can be found in one of the directories specifed in 66.Va kern.module_path 67sysctl. --- 79 unchanged lines hidden --- |