Trouble mounting 2 RPI's
Posted: Sat Jun 24, 2017 6:54 pm
I try to mount to RPI to each other.
It is working from one RPI to another.
The other way around not.
As far as I know I do have exactly the same fstab and export files on both RPI (except other IP adresses offcourse)
But I still receive an error trying sudo mount -av on one RPI:
The export line is:
command: sudo systemctl status rpcbind
gives:
It cannot open two .xdr files??
Why is connection refused?
It is working from one RPI to another.
The other way around not.
As far as I know I do have exactly the same fstab and export files on both RPI (except other IP adresses offcourse)
But I still receive an error trying sudo mount -av on one RPI:
Code: Select all
mount.nfs: trying text-based options 'vers=4,addr=192.168.2.185,clientaddr=192.168.2.187'
mount.nfs: mount(2): Connection refused
Code: Select all
/home/ewh 192.168.2.187 *(rw,sync,no_subtree_check)
gives:
Code: Select all
● rpcbind.service - RPC bind portmap service
Loaded: loaded (/etc/systemd/system/rpcbind.service; enabled)
Drop-In: /run/systemd/generator/rpcbind.service.d
└─50-rpcbind-$portmap.conf
Active: active (running) since za 2017-06-24 21:37:42 CEST; 12s ago
Main PID: 26194 (rpcbind)
CGroup: /system.slice/rpcbind.service
└─26194 /sbin/rpcbind -f -w
jun 24 21:37:42 raspberrypi-3 systemd[1]: Unit rpcbind.service entered failed state.
jun 24 21:37:42 raspberrypi-3 systemd[1]: Starting RPC bind portmap service...
jun 24 21:37:42 raspberrypi-3 systemd[1]: Started RPC bind portmap service.
jun 24 21:37:42 raspberrypi-3 rpcbind[26194]: Cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory)
jun 24 21:37:42 raspberrypi-3 rpcbind[26194]: Cannot open '/run/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory)
Why is connection refused?