Kodi Community Forum

Full Version: H93 Android 8.1.0 NFS troubles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Forum. 
for several years I've a MythBackend running and used to run Libreelec on RaspberryPi.
According to BlackFriday - I bought a H93 MAX --H93Max and wanted to replace The RaspberryPi in my bedrom.
Actually the Kodi runs fine - Unless my NFS shares? which will not be access for some kind of issue.  
Since I have the MythBackend - Its allso storage for my movies/music etc - which I share through NFS (Which have actually worked perfect untill now) 
I put in my advancedsettings.xml and sources.xml - where the H93 see my shares and add then to the view of sources - But they are not accessable ?? 
I'm Running Debian Stretch on my Backend running Kernel 4.9.0.8 - Kodi 18.0 RC3 LEIA My /etc/exports looks like this: 

/data 192.168.0.0/24(rw,sync,no_subtree_check,no_root_squash,fsid=0)
/data/pictures 192.168.0.0/24(sync,rw,nohide,no_subtree_check,no_root_squash)
/data/movies 192.168.0.0/24(sync,rw,nohide,no_subtree_check,no_root_squash)
/data/music 192.168.0.0/24(sync,rw,nohide,no_subtree_check,no_root_squash)
/data/scripts 192.168.0.0/24(sync,rw,nohide,no_subtree_check,no_root_squash)

Where could myt issue be regarding this setup - I cannot figure why I cannot use NFS on this device
My Error as I see it - while trying to add an source using NFS
Add source - chosing NFS 
finding NFS Server 192.168.0.10
See the 192.168.0.10:/data - chosing Movies - it'll give the clicksound as its opening the dir - but it doesn't!What to do here
Trying to get logfile from using the directory gives me this in the error logfor kodi 

DEBUG: NFS: Context for 192.168.0.10/data/movies not open - get a new context.17:16:27.889 T:536597312752 ERROR: NFS: Failed to mount nfs share: /data/movies (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")

I Googled around - find out about adding insecure to the nfs exports - But that gave me just this error now: 
17:34:30.366 T:494737847536   DEBUG: CGUIMediaWindow::GetDirectory (nfs://172.16.0.10/storage/movies/bluray/)
17:34:30.367 T:494737847536   DEBUG:   ParentPath = [sources://video/]
17:34:30.367 T:494534714608   DEBUG: Thread waiting start, auto delete: false
17:34:30.377 T:494534714608   ERROR: GetDirectory - Error getting nfs://172.16.0.10/storage/movies/bluray/
17:34:30.377 T:494534714608   DEBUG: Thread waiting 494534714608 terminating
17:34:30.384 T:494737847536   ERROR: CGUIMediaWindow::GetDirectory(nfs://172.16.0.10/storage/movies/bluray/) failed

So I'm not sure where to go from here - Since all my setup is based upon NFS share - So would like to hear your ideas and possible solutions for this problem