Install autofs
From Linuxintro
To install the software autofs you have to find out your distribution and proceed accordingly.
SUSE
- open a console and enter
yast -i autofs
Note that in a default installation of SUSE, autofs is already installed. You can find out if it is installed using the command
rpm -qv autofs
Which will output autofs' version like this:
autofs-5.0.5-14.17.1.x86_64
Ubuntu
- open a console and enter
sudo apt-get install autofs