Daniel asked:
Mount shared folder via NFS into Synology but showing error. What did i missing here?
[[email protected] ~]# mount -t nfs 192.168.1.20:/volume1/NetBackup
mount: 192.168.1.20:/volume1/NetBackup: can't find in /etc/fstab.
As per their site said https://kb.synology.com/en-us/DSM/tutorial/How_to_access_files_on_Synology_NAS_within_the_local_network_NFS
My answer:
Where do you want to mount it? You forgot to specify the mount point.
If you do that, then mount
looks in /etc/fstab
to see if you put the mount point there. You did not, so mount
must fail.
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.