Has anyone had any luck getting a linux file-share to mount via NFS? I keep getting an error:
Some searching for solutions suggested running rpcinfo to get info on what is going on; I can't seem to find such a utility, and am not sure whether I just need to install a relevant package or whether such a command is not supported on ARM or some such.
I know my server is running alright; I can connect to it from all my other linux/windows boxes, so I don't think the server is the reason. Could a rule in iptables be the culprit?
Code:
mount.nfs: mount to NFS server 'rpcbind' failed: RPC Error: Program not registered
Some searching for solutions suggested running rpcinfo to get info on what is going on; I can't seem to find such a utility, and am not sure whether I just need to install a relevant package or whether such a command is not supported on ARM or some such.
I know my server is running alright; I can connect to it from all my other linux/windows boxes, so I don't think the server is the reason. Could a rule in iptables be the culprit?