====== Autofs für NAS einrichten ====== ===== Prerequisites ===== sudo apt-get install autofs sudo apt-get cifs-utils ===== Master Map File ===== vi /etc/auto.master #+auto.master /media/ /etc/auto. --ghost ===== Map File für CIFS Share ===== vi /etc/auto.logos music -fstype=cifs,rw,uid=1000,gid=1000,username=,password= ://192.168.168.xx//music photo -fstype=cifs,rw,uid=1000,gid=1000,username=,password= ://192.168.168.xx//photo ===== Debugging ===== systemctl start autofs.service sudo service autofs stop automount -f -v watch "dmesg | tail -20"