14th Aug, 2013, 06:44 PM
I was having hard time to mount a nfs share to my xbian
Raspberry Pi, 512 MB (though reported 376 BM by system??)
Xbian 1.0Beta1.1
The mount command:
The error output was:
I edited the /etc/default/nfs-common conf file, but the problem persissted. nsf-common refused to start anyway, because
After some fiddling, it turned out that
is owned by xbian, not by root. I changed ownership and the service started and i managed to mount.
My question is this a bug, or this intended design and I am missing the point how to use the start the service here?
Raspberry Pi, 512 MB (though reported 376 BM by system??)
Xbian 1.0Beta1.1
Code:
uname -a
Linux xbian 3.9.8+ #2 PREEMPT Tue Jul 2 17:38:12 CEST 2013 armv6l GNU/Linux
The mount command:
Code:
sudo mount -t nfs 192.168.1.106:/nfs /media/MyBookLive
The error output was:
Code:
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
I edited the /etc/default/nfs-common conf file, but the problem persissted. nsf-common refused to start anyway, because
Code:
[warn] Not starting: portmapper is not running ... (warning).
After some fiddling, it turned out that
Code:
/run/rpcbind
is owned by xbian, not by root. I changed ownership and the service started and i managed to mount.
My question is this a bug, or this intended design and I am missing the point how to use the start the service here?