22nd Feb, 2015, 12:06 PM
I have the XBIAN on a RPi and I cannot start NFS server properly. I noticed that the /etc/init.d/rpcbind does not exist. That seems to be rather important file, base on Google results.
That my error message at RPi:
And on a client I see:
That my error message at RPi:
Code:
# /etc/init.d/nfs-kernel-server restart
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Exporting directories for NFS kernel daemon....
[....] Starting NFS kernel daemon: nfsd
[warn] Not starting: portmapper is not running ... (warning).
And on a client I see:
Code:
mount.nfs4: trying text-based options 'rsize=32768,wsize=32768,addr=192.168.0.2,clientaddr=192.168.0.10'
mount.nfs4: mount(2): Connection refused
mount.nfs4: Connection timed out