[mythtv-users] NFS using Kodi frontend issues?

Peter Bennett cats22 at comcast.net
Fri Mar 3 00:35:32 UTC 2017



On 03/02/2017 07:04 PM, Saul wrote:
> On Thu, 2 Mar 2017 23:44:21 +0000
> Another Sillyname <anothersname at googlemail.com> wrote:
>
>> Is anyone on the list using Kodi as a frontend?
>>
>> If you are are you also using NFS shares to make your Videos Storage
>> Group ibrary available (not the default recording storage group).
>>
>> If so could you please let me know EXACTLY the settings for your NFS
>> share from exportfs -v and /etc/exports.
>>
>> If been faffing around with this for a few days now and don't know if
>> I've got a permissions issue or share issue with the way the NFS
>> server is setup or whether Kodis inbuilt NFS connections have an funky
>> problems (can't be the firewall as I've turned it off on the dev box).
>>
>> Before anyone jumps in and says why not using Samba/SMB, I'm not even
>> too happy using NFS because of the security issues it opens, SMB is a
>> non starter for me in that respect as I don't have any windows PC s in
>> the house.
> You are using NFSv4?
>

This is my line of /etc/exports for the directory I want mounted to 
kodi. It has to have the insecure option because kodi is not running 
under root.

/srv/storage/Video/Mythtv 192.168.0.0/24(rw,no_subtree_check,async,insecure)


This is the full /etc/exports:
/home 192.168.0.0/24(rw,no_subtree_check,async)
/srv/storage 192.168.0.0/24(rw,no_subtree_check,async)
/srv/storage/Video/Mythtv 192.168.0.0/24(rw,no_subtree_check,async,insecure)
/srv/music 192.168.0.0/24(rw,no_subtree_check,async)

Only the /srv/storage/Video/Mythtv is accessible to kodi

Here is the exportfs -v
sudo exportfs -v
/home 
192.168.0.0/24(rw,async,wdelay,root_squash,no_subtree_check,sec=sys,rw,root_squash,no_all_squash)
/srv/storage 
192.168.0.0/24(rw,async,wdelay,root_squash,no_subtree_check,sec=sys,rw,root_squash,no_all_squash)
/srv/storage/Video/Mythtv
192.168.0.0/24(rw,async,wdelay,insecure,root_squash,no_subtree_check,sec=sys,rw,root_squash,no_all_squash)
/srv/music 
192.168.0.0/24(rw,async,wdelay,root_squash,no_subtree_check,sec=sys,rw,root_squash,no_all_squash)

Peter


More information about the mythtv-users mailing list