automounters
An automounter, or automount daemon, is a service in UNIX-like systems that mounts filesystems automatically on demand when they are accessed. It keeps filesystems unmounted until needed, reducing startup time, network traffic, and the number of active mounts. Common targets include network shares such as NFS and various local or remote resources that are not always required.
The core design uses mount maps and a daemon that watches access to predefined directories. A master
Operation proceeds when a user or process accesses a trigger directory. The automount daemon consults the maps,
Use cases include network home directories, shared project directories, and remote data repositories, as well as
Implementations vary by platform but commonly include autofs in Linux and BSDs, with systemd-automount offerings on