Thats one off the problems.
There are not realy error files for mounting.
if I try to mount:
sudo mount -v -t nfs 192.168.2.202:/home/ewh /mnt/PI
Code: Select all
mount.nfs: timeout set for Sat Nov 19 12:49:29 2016
mount.nfs: trying text-based options 'vers=4,addr=192.168.2.202,clientaddr=192.168.2.185'
mount.nfs: mount(2): Connection refused
sudo exportfs at the other RPI shows:
sudo exportfs
Code: Select all
/home/ewh 192.168.2.202
/home/ewh <world>
The nfs kernel is running
RPCbind is running
That all looks correct
EDIT:
It is running again.
It looks like something is wrong after update/upgrade with the nfs kernel
If I do:
Code: Select all
sudo /etc/init.d/nfs-kernel-server restart
The mount is working again