Control Panel -> File Services -> NFS
Enable NFS service
Control Panel -> Shared Folder
Select the shared folder that you want to access with your NFS
Permission -> Everyone -> Full Control (??)
NFS Permissions -> Create
Hostname or IP: e.g. 192.168.0.0/255.255.255.0
Privilege: Read/Write
Squash: No mapping
Security: sys
Allow users to access mounted subfolders
Create the folder /mnt/myfolder
/mnt/myfolder
Add the following line to /etc/fstab (e.g assuming 192.168.0.1 for your NAS)
/etc/fstab
192.168.0.1
192.168.0.1:/volume1/myfolder /mnt/myfolder nfs defaults 0 0
mount /mnt/myfolder
How to access files on Synology NAS within the local network (NFS)arrow-up-right
Mount a synology folder as an NFS share under Linuxarrow-up-right
Last updated 2 years ago