0

Mount shared folder via NFS into Synology but showing error. What did i missing here?

[root@localhost ~]# 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

Preview of synology manual

Daniel
  • 1

1 Answers1

4

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.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940