Kodi Community Forum
NFS in Openelec on ATV 1 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: NFS in Openelec on ATV 1 (/showthread.php?tid=133626)



NFS in Openelec on ATV 1 - Busenheimer - 2012-06-10

Per: http://wiki.xbmc.org/index.php?title=NFS


I've configured /System/Library/LaunchDaemons/com.apple.nfsd.plist by adding -N to

<array>
<string>/sbin/nfsd</string>
<string>-N</string>
</array>

1) I have successfully exported all my folders I want to share.


Image


2) I have confirmed that the server is running.

Image


3) My UID is 501.


In Openelec I am still not able to see my shares. When I go to add source and select NFS shares It says working like it's trying to find it but then quits. I restarted the service after all changes (sudo nfsd restart)


From my XBMC.log

21:47:13 T:2922183488 ERROR: Unable to lookup host: ''
21:47:16 T:3017148160 ERROR: GetDirectory - Error getting nfs://
21:47:16 T:3017148160 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://) failed
21:47:24 T:2905398080 NOTICE: Thread Background Loader start, auto delete: false
21:47:31 T:2922183488 ERROR: Unable to lookup host: ''
21:47:34 T:3017148160 ERROR: GetDirectory - Error getting nfs://
21:47:34 T:3017148160 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://) failed
21:48:32 T:2836372288 NOTICE: ES: Client from 127.0.0.1 timed out
22:20:57 T:2905398080 NOTICE: Thread Jobworker start, auto delete: true
22:20:57 T:2905398080 ERROR: Unable to lookup host: ''
22:21:00 T:3017148160 ERROR: GetDirectory - Error getting nfs://
22:21:00 T:3017148160 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://) failed
22:21:58 T:2836372288 NOTICE: ES: Client from 127.0.0.1 timed out

I've connected to my Mac mini's shares on my iMac on the same network so I know it's working. The mount path is Volumes/mac-mini.local/Users/MacMini/TV

Can I just manually type nfs://mac-mini.local:/Users/MacMini/TV since it's not finding it? ( EDIT: This didn't work)


Any ideas?


RE: NFS in Openelec on ATV 1 - waver123 - 2012-06-10


try adding at least the insecure flag to your /etc/export

/Usr/MacMini/Music *(insecure)


RE: NFS in Openelec on ATV 1 - Memphiz - 2012-06-10

nfs://ip/Users/MacMini/TV

which version of openelec are you using (i.e. from when is it).