Skip to content

Local Development

Jason Goffeney edited this page Jul 19, 2022 · 2 revisions

Back

Linux

Mounting Synology NAS

Instructions for mounting a Synology NAS as a mount in Linux

  • Create /mnt/JNAS as mount point
  • Edit /etc/fstab adding line:
    • local.nas.ip.xxx:/volume1/homes /mnt/JNAS nfs defaults 0 0
  • If the IP of the Linux box changes then in Synology Control Panel->Shared Folder->homes->Edit update the IP address.
Clone this wiki locally