April 18, 2024, 11:33:27 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: mount: RPC: Unable to send; errno = Network is unreachable  (Read 4223 times)

Offline rocket42

  • New Member
  • Posts: 1
mount: RPC: Unable to send; errno = Network is unreachable
« on: April 27, 2012, 02:41:51 AM »
2 everyone!
I am trying send the files between 1 host-sever installed Ubuntu and 1 embedded board installed Linux through NFS.
I already edited exports file (/etc/exports) in host as following:
/sbin 192.168.1.0(rw,sync,subtree_check,no_root_squash)
and then I restart NFS-sever:
sudo /etc/init.d/nfs-kernel-server restart
and get the:
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
on embedded board. I use:
# mount -t nfs 192.168.1.0:/sbin /share
then I get error:
mount: RPC: Unable to send; errno = Network is unreachable
pleased to help me for solving this problem.
thank in advance!