Synology Notes
  • Synology Notes
  • Container Manager
    • Applications
      • Portainer
      • Shlink
      • Nextcloud
      • Home Assistant
        • Matter Server
  • Virtual Machine Manager
    • Virtual Machines
      • Supervised Home Assistant
  • Connectivity
    • DDNS
    • SSH
  • Storage
    • Migrate drives
    • Share NFS folder
  • Appendix
    • A. DSM CLI
    • B. Docker CLI
    • C. Nextcloud CLI
Powered by GitBook
On this page
  • NAS
  • Linux Client
  • References
  1. Storage

Share NFS folder

NAS

  • 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

Linux Client

  • Create the folder /mnt/myfolder

  • Add the following line to /etc/fstab (e.g assuming 192.168.0.1 for your NAS)

    192.168.0.1:/volume1/myfolder       /mnt/myfolder   nfs     defaults        0   0
  • mount /mnt/myfolder

References

PreviousMigrate drivesNextA. DSM CLI

Last updated 1 year ago

How to access files on Synology NAS within the local network (NFS)
Mount a synology folder as an NFS share under Linux