(Solved) How to enable NFS share on xbian
|
23rd Feb, 2016, 08:15 AM
Post: #1
|
|||
|
|||
(Solved) How to enable NFS share on xbian
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? |
|||
24th Feb, 2016, 09:36 AM
Post: #2
|
|||
|
|||
RE: How to enable NFS share on xbian
Try to set parameter
Code: NEED_STATD="yes" in file /etc/default/nfs-common. This autostarts portmap. |
|||
25th Feb, 2016, 03:57 AM
Post: #3
|
|||
|
|||
RE: How to enable NFS share on xbian
Perfect, thanks, that worked!
|
|||
« Next Oldest | Next Newest »
|