I have this line in my fstab:It mounts a directory on my synology nas to my main pc. Works ok.
mount line in terminal:umount line in terminal:And you have to configure your other computer with export see the following tutorial:
https://www.howtoforge.com/tutorial/ins ... -on-debian
Code:
192.168.2.5:/volume1/data /mnt/synology/data nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0
mount line in terminal:
Code:
sudo mount -t nfs 192.168.2.5:/volume1/data /mnt/synology/data
Code:
sudo umount 192.168.2.5:/volume1/data
https://www.howtoforge.com/tutorial/ins ... -on-debian
Statistics: Posted by peer — 2024-04-05 07:52