Directory Files
.. 77
File Size
Kconfig 898 B
Makefile 213 B
autofs4.mod.c 0 B
autofs_i.h 7.7 kB
dev-ioctl.c 18 kB
expire.c 15 kB
init.c 940 B
inode.c 8.9 kB
root.c 25 kB
symlink.c 629 B
waitq.c 13 kB

Linux v6.6.1 - autofs

# SPDX-License-Identifier: GPL-2.0-only
config AUTOFS_FS
	tristate "Kernel automounter support (supports v3, v4 and v5)"
	help
	   The automounter is a tool to automatically mount remote file systems
	   on demand. This implementation is partially kernel-based to reduce
	   overhead in the already-mounted case; this is unlike the BSD
	   automounter (amd), which is a pure user space daemon.

	   To use the automounter you need the user-space tools from
	   <https://www.kernel.org/pub/linux/daemons/autofs/>; you also want
	   to answer Y to "NFS file system support", below.

	   To compile this support as a module, choose M here: the module will be
	   called autofs.

	   If you are not a part of a fairly large, distributed network or
	   don't have a laptop which needs to dynamically reconfigure to the
	   local network, you probably do not need an automounter, and can say
	   N here.