Kodi Community Forum
Linux MythTV & NFS - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170)
+---- Thread: Linux MythTV & NFS (/showthread.php?tid=158513)



MythTV & NFS - NickElliott - 2013-03-06

Hi,

In MythTV the default location for recordings is /var/lib/mythtv/recordings, I'd like to change this to an NFS share - in XBMC proper you can use NFS shares as sources for music/video libraries, you just browse the NFS Filesystem and there they are, for example:

nfs://192.168.1.10/volume1/film

But for some reason I can't see the NFS shares from the desktop/CLI. Is the NFS capability in XBMC hidden, and if so is there a way accessing it, or will I have to set-up the shares to mount on boot as I do for a standard Linux desktop?


MythTV & NFS - Busenheimer - 2013-03-06

You can install avahi and advertise the exports. Then in xbmc use the zeroconf browser


RE: MythTV & NFS - nickr - 2013-03-07

on your backend nfs mount the nfs share you want to use to record to. Add the mount point as a storage group.

xbmc nfs service does not mount the share - it has it's own internal nfs client.


RE: MythTV & NFS - ullix - 2013-03-07

Did you remember to export the shares as "insecure"?

Like in /etc/exports
/home/myshares * (async,all_squash,no_subtree_check,insecure)


RE: MythTV & NFS - NickElliott - 2013-03-07

(2013-03-07, 10:58)ullix Wrote: Did you remember to export the shares as "insecure"?

Like in /etc/exports
/home/myshares * (async,all_squash,no_subtree_check,insecure)
Hi, and thanks - yes, all is configured correctly.

I've no problem with NFS working on XBMC, it's just that these same shares can't be seen by the underlying system so I can't make them available to the MythTV backend.

My preferred solution is to create some mountpoints in /media and add entries to /etc/fstab

But before I do that I'll ask in the XBMC General forum, I think this is the wrong forum (not being a MythTV issue).