Forum
(Solved) How to enable NFS share on xbian - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: (Solved) How to enable NFS share on xbian (/thread-3368.html)



(Solved) How to enable NFS share on xbian - earny2k - 23rd Feb, 2016 08:15 AM

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?


RE: How to enable NFS share on xbian - Nachteule - 24th Feb, 2016 09:36 AM

Try to set parameter

Code:
NEED_STATD="yes"

in file /etc/default/nfs-common. This autostarts portmap.


RE: How to enable NFS share on xbian - earny2k - 25th Feb, 2016 03:57 AM

Perfect, thanks, that worked!