Install NFS on Ubuntu
Connect to my NAS via NFS
make the directory
sudo mkdir /media/nfs
Change permissions to all
sudo chown 777 /media/nfs
add mount to fstab
sudo nano /etc/fstab
192.168.0.x:/volume/NFS /media/nfs nfs auto 0 0
install NSF
sudo apt install nfs-common
sudo mount --a
Check that the Synology or disk host gives permissions to the ip address to access the mounted drive












