geom.8 (85e9dc7d1bcee11146ea53abb673ba182c28728b) | geom.8 (ccc0c8978cf2ff09b91ee3231ba3844d3a9fa024) |
---|---|
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. --- 43 unchanged lines hidden (view full) --- 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. | 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. --- 43 unchanged lines hidden (view full) --- 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. |
60.Pp 61Additional options include: 62.Bl -tag -width ".Fl s" 63.It Fl s 64Produce script-friendly output. 65.El |
|
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 --- | 66.It Cm load 67Load the kernel module that implements the given class. 68This command is only available if the class does not yet exist in the kernel and 69the file 70.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko 71can be found in one of the directories specifed in 72.Va kern.module_path 73sysctl. --- 79 unchanged lines hidden --- |