I have been using the VERO 4K+ for 3 months now with no issue however suddenly, the Vero is unable to access my NAS. I have not altered the Vero’s NFS sources. I detected the problem when playing a video and Kodi gave the message “This file is no longer available . Would you like to remove it from the library?”
Now I am having trouble accessing my video folder on my NAS. When I add a source and select NFS it detects the I.P of my NAS and allows access in to the Root folders but will not allow me to access folders within the root?
Initially I thought it was a permission problem with my NAS, so I checked all shared folder settings were correct which they were, and the problem persists.
I have a 2nd Kodi box in another room that works find using same NFS sources, so I thought there may be a network issue from my router via the LAN cable to the Vero? So, I used a Raspberry Pi2 using same network cable the Vero uses and the Pi2 works fine…full access to all shared folders on NAS via NFS.
I then did a fresh install on the Vero of the latest OSMC release [2019.05-1] using USB flash drive and still the problem persists.
Lastly, I did a reset of my NAS settings and still no fix… (since reset all other Kodi boxes, phones, laptops, etc on the network can still access the NAS via NFS)
I’ve ran out of ideas now, so any suggestions would be appreciated.
I think I have proven the issue is with the NAS, I’ve just created a shared test folder and it seems to be working. I have tried all options with other shared folders and matched settings with the test folder but it still will not allow access?
I’ll try another reset on the NAS and create all the folders again to see if that works. Thanks all for your help!
I’m not familiar with fstab or autofs so I’ll read up on it! Thanks for the suggestion.
Irrespective of whether you end up using fstab or autofs, you can still try to mount the share interactively from the command line using the -v (verbose) option:
sudo mkdir /mnt/multimedia
sudo mount -v -t nfs 192.168.1.2:/Multimedia /mnt/multimedia
(If you’ve already created a mount point, skip step 1 and use it in step 2.)
I still cannot get the NFS share to work using Kodi even after I’ve reinitialised my QNAP NAS… complete factory reset and wiping the drives and the problem still persists? Every other Kodi client I have on the network is able to mount the NFS from within Kodi. Really strange why it’s only the Vero that has this problem. I’ve never had this issue in all the years using Kodi?
I’ll give fstab / autofs a go and see if it works.
Going back to the initial problem I had at the start of this thread with not being able to access folders within the share, I’ve just typed in
‘ls -lah /mnt/QNAP/Movies/Test’
and it states:
'ls: cannot open directory ‘/mnt/QNAP/Movies/Test’: Permission denied.
This is a folder I have created today via the QNAP NAS QTS interface and I’ve ensured all user permissions are set to Read/Write and that NFS is enabled for the Multimedia share. I can open other folders in the share just not recently added ones.
Also this same ‘Test’ folder can be accessed via my NUC running latest release of LibeElec.
It’s not the Vero, it’s a permissions problem on the QNAP. Do you also have execute permissions set on the folder? With linux (that’s what I assume that the QNAP is running) you have to have execute permissions set to access a directory.
Do you mean execute permissions per client on the LAN. Would that explain why the LibreElec NUC can access the ‘Test’ folder?
I’ve checked all permissions for my only user ‘admin’ and R/W is selected for all shares and NFS is allowed for all clients on the LAN.