Attempting to mount an NFS share via the XBMC internal browser fails. I did research and cannot find an answer or anyone with the same problem.
Here's the error:
-----snip snip-----
DEBUG: NFS: Connected to server 192.168.1.102 and export /nfs/Media
DEBUG: NFS: chunks: r/w 65536/65536
ERROR: Failed to open(//) nfs_opendir_async failed
ERROR: GetDirectory - Error getting nfs://192.168.1.102/nfs/Media/
ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.102/nfs/Media/) failed
-----snip snip-----
My nas is a PC with arch on it my exports file is:
/nfs 192.168.1.1/24(rw,async,fsid=root,no_subtree_check,insecure,all_squash)
/nfs/Media 192.168.1.1/24(rw,async,no_subtree_check,nohide,insecure,all_squash)
I can mount it from the command line, but not within XBMC. Any ideas?