[BusyBox] mount nfs error msg

Wolfgang Denk wd at denx.de
Thu Feb 13 00:00:04 UTC 2003


In message <001101c2d30d$d37bb290$0200a8c0 at ycigrnd.ycig.com> you wrote:
> busybox0.6.5 with kernel 2.4.20-pre7
> 
> when I mount nfs like
> 
> #mount -t nfs 192.168.0.241:/home/leo/eldk/ppc_8xx /mnt
> #RPC: sendmsg returned error 101
> #portmap: RPC call returned error 101
> #RPC: sendmsg returned error 101
> #portmap: RPC call returned error 101
> #RPC: sendmsg returned error 101
> #portmap: RPC call returned error 101

What makes you think this could be a BB error?

-> grep 101 /usr/include/*/errno.h
/usr/include/asm/errno.h:#define        ENETUNREACH     101     /* Network is unreachable */

> but it really successfully mount on the remote nfs server,
> I did not know why it will say so.

It tells you why: Network is unreachable

This has nothing to do with  busybox.  Check  your  target's  network
configuration (and maybe have a look at www.denx.de/re/DPLG.html).

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
See us @ Embedded World, Nuremberg, Feb 18-20, Hall 12.0 Booth 12-442



More information about the busybox mailing list