|
NAMEautofs —
automounter filesystem
SYNOPSISTo compile this driver into the kernel, place the following line in the kernel configuration file:options AUTOFS Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): autofs_load="YES" DESCRIPTIONTheautofs driver is the kernel component of the
automounter infrastructure. Its job is to pass mount requests to the
automountd(8)
daemon, and pause the processes trying to access the automounted filesystem
until the mount is completed. It is mounted by the
automount(8).
OPTIONSThese options are available when mountingautofs file
systems:
SYSCTL VARIABLESThe following variables are available as both sysctl(8) variables and loader(8) tunables:
EXAMPLESTo unmount all mountedautofs filesystems:
umount -At autofs To mount automount SEE ALSOauto_master(5), automount(8), automountd(8), autounmountd(8)HISTORYTheautofs driver first appeared in
FreeBSD 10.1.
AUTHORSTheautofs was developed by Edward
Tomasz Napierala
<trasz@FreeBSD.org>
under sponsorship from the FreeBSD Foundation.
Visit the GSP FreeBSD Man Page Interface. |