I've been struggling with NFS problems for ages now, but it has finally gotten to the point I can't work around it anymore.
I have XBMC installed on:
I have all of my content on a DroboFS with NFS exported using unfsd. The exports file is as follows:
I can successfully use the native XBMC NFS on AppleTV2 and Raspberry Pi. But it does not work on Windows, Ubuntu or Android. I can successfully mount NFS using the Ubuntu file system and have been using autofs for over a year on that system.
I have read ever FAQ, twiddled every possible settings in the exports file and actually finished reading the Internet trying to find a clue. But no clue has been found. Any guidance would be greatly appreciated.
I have uploaded the debug log from Windows, link is below. Logs from Ubuntu and Android show similar errors.
A typical entry looks like one of the two following snippets:
I have XBMC installed on:
- Ubuntu (11.10)
- Windows (8)
- Android (Xios)
- AppleTV2
- Raspberry Pi (RaspBMC)
I have all of my content on a DroboFS with NFS exported using unfsd. The exports file is as follows:
Quote:/mnt 192.168.1.0/16 (rw,no_root_squash,insecure_locks,anonuid=0,anongid=0)
I can successfully use the native XBMC NFS on AppleTV2 and Raspberry Pi. But it does not work on Windows, Ubuntu or Android. I can successfully mount NFS using the Ubuntu file system and have been using autofs for over a year on that system.
I have read ever FAQ, twiddled every possible settings in the exports file and actually finished reading the Internet trying to find a clue. But no clue has been found. Any guidance would be greatly appreciated.
I have uploaded the debug log from Windows, link is below. Logs from Ubuntu and Android show similar errors.
A typical entry looks like one of the two following snippets:
Quote:22:09:05 T:6268 ERROR: Failed to open(//Movies/) opendir call failed with "NFS: Lookup of //Movies failed with NFS3ERR_STALE(-5)"
22:09:05 T:3640 ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.1.10/mnt/DroboFS/Shares/Movies/
22:09:05 T:3640 ERROR: CGUIMediaWindow::GetDirectory(nfs://192.168.1.10/mnt/DroboFS/Shares/Movies/) failed
Quote:22:06:53 T:592 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libnfs.dll)http://pastebin.com/Fc0DK8hu
22:06:53 T:592 DEBUG: NFS: Context for 192.168.1.10/mnt/DroboFS/Shares not open - get a new context.
22:06:53 T:592 ERROR: NFS: Failed to mount nfs share: /mnt/DroboFS/Shares (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
22:06:53 T:3640 ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.1.10/mnt/DroboFS/Shares/TV/
22:06:53 T:3640 ERROR: CGUIMediaWindow::GetDirectory(nfs://192.168.1.10/mnt/DroboFS/Shares/TV/) failed