ufw status give (among otherlines)
2049 ALLOW 192.168.1.103
And on the Vero 4k+ in /etc/fstab
192.168.1.101:/mnt/raid5/Video/Series /mnt/Series nfs noauto,x-systemd.automount 0 0
The ip adresses are correct, use static ip in the router and I have double checked the actual ip’s on each device.
But I can’t get it to mount in osmc, when I try to access or add /mnt/Series in the Kodi gui the system becomes unresponsive for a few minutes, until a connection timeout I guess…
I have restarted both the Vero and the computer. In another Ubuntu 20.04 computer the share mounts nicely via fstab thou I did not manage to access it with nautilus.
Anyone got any tips? Maybe there is a user permission issue, I have tried to change owner and group of the folder but I am a bit of a noob…
Check if the vero4k is recognizing it correctly with:
showmount -e 192.168.1.101
should mount you what the NFS server exports (Assuming the NFS Server is 192.168.1.101.
I rather think you have an issue with the local firewall. As I use my own firewall setup (Manual) and I don’t have a firewall per se on my NAS, can’t help yu here directly.
You may want to check here for instructions on how to run a NFS server with details for ubuntu 20.x
Then, I may use different settings on the exports file:
As this is the movies directory, using sync would only force it to try at all costs to keep it in sync and cause the system to hang. I use sync on NFS shares where I need to actually work on files and want to keep these in sync accross.
Well, the nfs share started to work when I disabled ufw on the server, and when I reenabled ufw it continued to work. Maybe there was a reinitialize command for ufw that I had missed.