Kodi Community Forum

Full Version: [XBMCBuntu] nfs share problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys

i installed xbmcbuntu 11.10 on my htpc yesterday, and im trying to setup an nfs share (htpc as client)

i installed nfs-common and nfs-kernel-server on the server machine(debian lenny) and did the following
-added in the servers /etc/hosts: 192.168.2.42 htpc
-added in the servers /etc/hots.allow: mountd: htpc
-added in the servers /etc/exports: /data2 htpc(ro,async,no_subtree_check)
-than did: exportfs -ra

and now on my htpc i can open the file manager and add the nfs server as a new source and i can see the share /data2 but i cant access it

does anybody know how to do this?
thanks
add the insecure flag in the exports file and restart the nfs server ... see the nfs wiki link in my signature for additionally information.
thank you
this was the key to happiness

problem solved!