Mounting a Synology NAS NFS Shared Folder on a Ubuntu 16.10 Client
Step 1 - Enable NFS on the Synology NAS
If NFS is not enabled on the NAS, you must first enable it.
Step 2 - Create/Edit a Shared Folder to Add NFS Permissions:
Step 3 - Make Sure nfs-common is Installed
sudo apt install nfs-common
Step 4 - Mount a Share
Create a target directory for your mount point, and execute the following command adjusted with the NFS server IP and the mount directory:
sudo mount 10.10.1.2:/volume1/Downloads /media/NAS/Downloads
Step 5 - Auto Mount at Boot
If it is desired for the NFS share mount to persist after reboot/shutdown, add an entry to the
/etc/fstab
file:192.168.1.214:/volume1/Downloads /media/NAS/Downloads nfs rsize=8192,wsize=8192,timeo=14,intr
The mounted share should now be accessible on the client. Check via the CLI or file manager of your choice:
- sudo nautilus
and access your nas drive
Helpful links:
- Old but helpful for steps 1 and 2: https://www.ryananddebi.com/2013/01/15/linuxmint-or-ubuntu-how-to-automount-synology-shares/
- Info about the client configuration (steps 3, 4, and 5): https://help.ubuntu.com/lts/serverguide/network-file-system.html#nfs-client-configuration
Sumber : https://blog.whabash.com/posts/mounting_synology_nas_shared_folder_nfs_ubuntu_16_10
Cara Syncronisasi
Ubuntu dengan nas synology
- Create permission folder di nas
ip local ubuntu yg ingin akses ke nas
- install fstab
- nano /etc/fstab
tambahkan
192.168.1.22:/volume1/IT /media/NAS nfs rw,hard,intr,nolock 0 0
- reboot
Cara Syncronisasi
Ubuntu dengan nas synology
- Create permission folder di nas
ip local ubuntu yg ingin akses ke nas
- install fstab
- nano /etc/fstab
tambahkan
192.168.1.22:/volume1/IT /media/NAS nfs rw,hard,intr,nolock 0 0
- reboot
0 Response to "Cara akses nas synology shared folder di ubuntu"
Post a Comment