====== Einzelnes Verzeichnis automatisch mounten ====== Paket: * Debian (ab 10): ''autofs'' mkfs.ext4 /dev/vg_system/lv_autofs1 #Key -Options Location test -fstype=auto,noatime :/dev/vg_system/lv_autofs1 # mount-point Map -Options /misc /etc/auto.misc ---timeout=30,discard service autofs restart automount -m mount -t autofs ls /mnt/misc/test; date tail -n 1 /proc/mounts == Dokumentation == * https://wiki.ubuntuusers.de/Autofs/ * man automount * man 5 autofs * man 5 auto.master ====== NFS-Server automatisch mounten ====== //Voraussetzung: [[lpi1:nfs|NFS v3 Server]] im Netzwerk vorhanden// ''/etc/auto.master'' : /net -hosts service autofs restart Auf Verzeichnis /srv/nfs des NFS-Servers 192.168.122.243 zugreifen: cd /net/192.168.122.243/srv/nfs