automount
kernel-based automounter for Linux
Install
- All systems
-
curl cmd.cat/automount.sh
- Debian
-
apt-get install autofs
- Ubuntu
-
apt-get install autofs
- Arch Linux
-
pacman -S autofs
- Kali Linux
-
apt-get install autofs
- Fedora
-
dnf install autofs-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install autofs
- Raspbian
-
apt-get install autofs
- Dockerfile
- dockerfile.run/automount
autofs
kernel-based automounter for Linux
Autofs controls the operation of the automount daemons. The automount daemons automatically mount filesystems when they are used and unmount them after a period of inactivity. This is done based on a set of pre-configured maps. The kernel automounter implements an almost complete SunOS style automounter under Linux. A recent version of the kernel autofs4 module (builtin or separate) is required. This is the autofs daemon.