Forum

Full Version: (Solved) How to enable NFS share on xbian
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Software
XBian version: 20160124-0
Overclock settings: Default

Hardware
Device type and model: RPi 2 B

Problem description:
I installed the nfs-kernel-server via apt-get and it worked.
I added a NFS share to /etc/exports and then tried to restart the nfs-kernel-server but it does not start. The warn message is "[warn] Not starting: portmapper is not running ... (warning)."
The problem is that rpcbind is not running. If I start in manually and then restart the nfs-kernel-server everything is fine.
How do I get a NFS share online without manually starting rpcbind?
Try to set parameter

Code:
NEED_STATD="yes"

in file /etc/default/nfs-common. This autostarts portmap.
Perfect, thanks, that worked!
Reference URL's