Kodi Community Forum

Full Version: Can't reach NFS shares from 4K Fire Stick with Kodi 18.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Solved my problem. I just needed to add 'insecure' to my export file and all is well!

New line:

Code:

/mnt/md0 192.168.1.1/24(rw,insecure,sync,all_squash,nohide,no_subtree_check,anonuid=1000,anongid=1000)

Brand new Fire Stick 4K. Installed the 32bit ver of Kodi for Arm. Working perfectly except for one, tiny thing. No matter what, I can't reach the NFS share on my Linux box. When I go to add a file share, I select NFS, it brings up my server IP, I click on that and it shows me /mnt/md0 but when I click on that to select a folder, I can't. The exact same setup works perfectly when using Kodi 17.6. Any ideas?

Code:

/mnt/md0 192.168.1.1/24(rw,sync,all_squash,nohide,no_subtree_check,anonuid=1000,anongid=1000)

Edit: http://paste.kodi.tv/yeqiqocizu

Code:

2019-04-28 12:33:50.103 T:20026 DEBUG: NFS: Context for 192.168.1.5/mnt/md0 not open - get a new context.
2019-04-28 12:33:50.113 T:20026 ERROR: NFS: Failed to mount nfs share: /mnt/md0 (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")
2019-04-28 12:33:50.113 T:20026 ERROR: GetDirectory - Error getting nfs://192.168.1.5/mnt/md0/
2019-04-28 12:33:50.114 T:20026 ERROR: CGUIDialogFileBrowser::GetDirectory(nfs://192.168.1.5/mnt/md0/) failed

Guess I found the error.....now off to troubleshoot. (My other Linux boxes have no problem accessing that share.)