[BusyBox] nfsmount fails, what to do? -o nolock fails too

Dinesh Nagpure dinesh_nagpure at ivivity.com
Fri Dec 7 17:46:33 UTC 2001


Erik,

NOP, -o option did not work, I am getting the same error messages.

Dinesh

-----Original Message-----
From: Erik Andersen [mailto:andersen at codepoet.org]
Sent: Friday, December 07, 2001 7:30 PM
To: Dinesh Nagpure
Cc: 'busybox at busybox.net'
Subject: Re: [BusyBox] nfsmount fails, what to do?


On Fri Dec 07, 2001 at 07:13:28PM -0500, Dinesh Nagpure wrote:
> Hello all,
> I am trying to use the mount command busybox provides to nfs mount a
> directory on my server.
> I am using busybox built with BB_MOUNT and BB_FEATURE_NFSMOUNT enabled.
> This fails badly.
> The command I use is:
> 
> 	# mount -t nfs 102.168.1.174:/nfsroot /root
> 
> And the output I get is:
> 
> NFS: mount program didn't pass remote address!
> mount: RPC: Unable to send; errno = Network is unreachable
> mount: nfsmount failed: Bad file descriptor 
> mount: Mounting 102.168.1.174:/nfsroot on /root failed: Invalid argument
> 
> 
> Will someone help me getting this thing straight.

You either need to run the portmap daemon locally or
you need to use the -o nolock option, i.e.

    mount -t nfs -o nolock 102.168.1.174:/nfsroot /root

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


_______________________________________________
busybox mailing list
busybox at busybox.net
http://busybox.net/mailman/listinfo/busybox





More information about the busybox mailing list