### Auto nfs
install
```bash
sudo apt install autofs # For Debian/Ubuntu
```
Create master file
```bash
sudo nano /etc/auto.master
```
and add
```bash
/mnt /etc/auto.nfs --timeout=60 --ghost
```
create this file `/etc/auto.nfs` and add
```bash
nas-video -fstype=nfs,rw,soft,intr 192.168.68.64:/volume1/videos
nas-music -fstype=nfs,rw,soft,intr 192.168.68.64:/volume1/music
```