GMOUNTVER(8) | MidnightBSD System Manager's Manual | GMOUNTVER(8) |
gmountver
—
control utility for disk mount verification GEOM
class
gmountver |
create [-v ]
prov ... |
gmountver |
destroy [-fv ]
name |
gmountver |
list |
gmountver |
status [-s
name] |
gmountver |
load [-v ] |
gmountver |
unload [-v ] |
The gmountver
utility is used to control
the mount verification GEOM class. When configured, it passes all the I/O
requests to the underlying provider. When the underlying provider disappears
- for example because the disk device got disconnected - it queues all the
I/O requests and waits for the provider to reappear. When that happens, it
attaches to it and sends the queued requests.
The first argument to gmountver
indicates
an action to be performed:
create
.mountver
’ suffix. The
kernel module geom_mountver.ko will be loaded if
it is not loaded already.destroy
list
status
load
unload
Additional options:
The following
sysctl(8) variables can
be used to control the behavior of the MOUNTVER
GEOM
class. The default value is shown next to each variable.
MOUNTVER
GEOM class. This can
be set to a number between 0 and 3 inclusive. If set to 0 minimal debug
information is printed, and if set to 3 the maximum amount of debug
information is printed.gmountver
will reattach to the device even if the device reports a different disk
ID.Exit status is 0 on success, and 1 if the command fails.
The gmountver
utility appeared in
FreeBSD 9.0.
Edward Tomasz Napierala <trasz@FreeBSD.org>
May 18, 2015 | midnightbsd-3.1 |