NFS Sharing
#1
Hello 
I have been running MythTV - since v0.21 and are very satisfied with this Setup. 
I've found a H93 installed with Andoid 8.1.0 
BUT when starting up Kodi - I'm having some issues regarding using NFS shares ? 
When trying to add the Sources - I can Find my network shares with NFS - but when choosing this - it'll stop when showing the shared DIR on the NFS Share. Even though I'm clicking - it will not enter the NFS share directories. 

Normally I'm running Libreelec on RaspberryPI - and from this all NFS shares works fine. 
I've allso created a static file for all my shares - so that all movies/music are stoed in a MySQL database - But again -it'll will no access those NFS shares. 

Are there any special things to make this work on Android (NFS SharesHuh
And can I use my static file for accessing the different Network attached NFS Share ?
Reply
#2
If NFS shares via your RPi work, you'd think the NFS settings are okay.
On one of my machines, NFS browsing also doesn't work for some odd reason. Using the "Add a network location..." is a useful workaround for me there.

What sort of settings does your /etc/exports file on your NFS server contain?
What machine/OS do you use as a NFS server?
Reply
#3
My Mythtv Backend server is Debian running Mythtv 0.29 on 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
My NFS  share from etc/exports: 

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

Working fine on other Linux etc - from VMware machines or another Debian Server /Allso NUC using MythFrontend - all mounting thwe NFS Shares
Reply
#4
I have (rw,nohide,insecure,no_subtree_check,async,all_squash) as my NFS server settings. No major differences I see.
Since I also have Kodi clients on multiple machines/OSes, I blame the Kodi client/OS combo for the NFS troubles. It's just difficult to dissect where the problem comes from.

Btw, something I just found: https://access.redhat.com/documentation/...ash_option
Reply
#5
Well since this is a only Local accessable Share ( NO SMB) - I'm using the no_root_squash
I would like to deletre files etc from my Kodi 
But thanks for the Links
Reply

Logout Mark Read Team Forum Stats Members Help
NFS Sharing0