Anleitung auf https://help.ubuntu.com/community/Autofs
$ sudo apt-get install autofs
Add the following line at the end of /etc/auto.master:
/nfs /etc/auto.nfsNow we will create the file which countains our automounter map:
$ sudo nano /etc/auto.nfs
server server:/
If you have previously configured the NFS shares as static mounts, now is the time to unmount them.
$ sudo umount /serverAfter entering your changes, run the following command to reload autofs:
$ sudo /etc/init.d/autofs reload
Kommentare