I’ve been using nfs to access shared folders on my Synology. After upgrading to 19.3 I noticed some stuttering playing some movies, especially 4k60p content and want to see if using fstab mounting will help.
I tried following the tutorial from Chillbo but am having some problems getting it to work.
Here’s my output from showmount -e
osmc@vero4k2:~$ showmount -e 192.168.1.245
Export list for 192.168.1.245:
/volume1/video *
/volume1/4kvideo *
Here’s the fstab commands.
192.168.1.245:/volume1 /mnt/4kvideo nfs noauto,x-systemd.automount 0 0
192.168.1.245:/volume1 /mnt/video nfs noauto,x-systemd.automount 0 0
Running the following commands produces no errors
sudo mount -a
sudo systemctl daemon-reload
sudo systemctl restart remote-fs.target
Then I get an error trying to change to the mounted directory.
osmc@vero4k2:~$ cd /mnt/video
-bash: cd: /mnt/video: No such device
osmc@vero4k2:~$ sudo mount /mnt/video
mount.nfs: access denied by server while mounting 192.168.1.245:/volume1
Output from grab-logs -f -J
https://paste.osmc.tv/anekuwicix