User Tools

Site Tools


procedures:pi:mountnas

This is an old revision of the document!


Mount Synology NAS from the Pi


sudo mkdir -m777 /mnt/incremental
Then edit the /etc/fstab file, which tells your system where to pick up filesystems:

sudo nano /etc/fstab
Add this line to the end of your /etc/fstab, substituting your share name:

diskstation:/volume1/incremental /mnt/incremental nfs defaults,_netdev,nfsvers=3 0 0
Save and exit
You can now mount this filesystem, again substituting your share name:

sudo mount /mnt/incremental/
This share will automount on boot forever after. If you want to make it manual mount add noauto, after defaults, in the fstab line.

If you're wanting to access these shares from a process starting at boot, please note that the shares won't be available until the network is available.

procedures/pi/mountnas.1647622066.txt.gz · Last modified: 2022/03/18 11:47 by tim