Kodi Community Forum

Full Version: NFS in XBMC when setting up a video source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Mac that is using NFS mounts at the OS level as a media source, so I know NFS is functioning properly.
(Lots of other stuff can read from the exports too.)
When I try to use the NFS source in XBMC to set up a Video source, I get this error message:
Code:
rpc.mountd[2038]: refused mount request from 192.168.20.239 for /mnt/md8/Movies (/mnt/md8/Movies): illegal port 45632

It's not restricted to just the Mac - I just bought a Linux based appliance that has Frodo 12.2 installed - it generates the exact same message.

Why would NFS in XBMC not use standard ports? Is there a place to adjust that?
No idea what your "applicance" does. But the export needs the inscure option.
Ah -- I used the insecure option on the client side on the mac.
That helps, thanks.