is NFS mounting borked in bb-1.1.1?

Aurelien Jacobs aurel at gnuage.org
Wed Mar 29 21:04:35 UTC 2006


On Wed, 29 Mar 2006 09:37:28 -0500
Rob Landley <rob at landley.net> wrote:

> On Monday 27 March 2006 2:20 pm, Kumar Gala wrote:
> > So I figured out what's wrong with nfs in 1.1.1, however I'm not sure
> > how we want to go about fixing it.
> >
> > The issue is that nfsmount() has a data structure it fills out which
> > is expected to get passed to the call of mount().
> >
> > In singlemount() we call nfsmount() and pass it an options pointer.
> > This pointer is set to a buffer that is allocated and filled out in
> > nsfmount().  However, we are not passing the "options" pointer to
> > mount_it_now().
> >
> > Rob, suggestions?
> 
> Ok, svn 14684 is a different fix than the one you posted, but addresses the 
> problem you found.  It makes the options parsing we already do in 
> singlemount() return string flags, and passing them in as an argument to 
> mount_it_now().  Could you tell me if this fixes it for you?

The commited fix works fine for me.
Thanks.

Aurel



More information about the busybox mailing list