Problem with NFS server on RPi
|
22nd Feb, 2015, 12:06 PM
Post: #1
|
|||
|
|||
Problem with NFS server on RPi
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: Code: # /etc/init.d/nfs-kernel-server restart 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' |
|||
26th Feb, 2015, 09:49 AM
Post: #2
|
|||
|
|||
RE: Problem with NFS server on RPi
I managed the address the problem of missing rpcbind file. There is something wrong with xbian-update, but after downloading rpcbind package and unpacking it with dpkg
Code: # apt-get download rpcbind I got rpcbind.dpkg-new. A bit of configuration and rpcbind works fine: Code: mv /etc/init.d/rpcbind.dpkg-new /etc/init.d/rpcbind But still not 100% luck with nfs-server. Actually problem is fix now. The rest was wrong configuration in /etc/exports on server and /etc/fstab on client. |
|||
« Next Oldest | Next Newest »
|