automounted
Automounted refers to a filesystem that is mounted automatically by an automounter when its mount point is accessed. In Unix-like systems, an automounter runs as a daemon and monitors the file system namespace for requests to access certain paths. When a process touches an automount point, the kernel triggers the automounter to mount the target filesystem, such as an NFS share or a local resource, on demand. After the file system is mounted, access proceeds as normal, and the automounter may unmount it after a period of inactivity to reclaim resources.
Common implementations include the Linux autofs daemon, FreeBSD's amd, and macOS's automountd. Configuration uses map files
Advantages include reduced manual mounting, automatic cleanup, resilience to unavailable targets, and smoother access to remote
In practice, automounted file systems are common for network shares (such as NFS) and for certain desktop