[BusyBox] Re: [BusyBox-cvs] svn commit: trunk/busybox: include networking

Ladislav Michl ladis at linux-mips.org
Sat Jul 30 13:37:59 UTC 2005


On Fri, Jul 29, 2005 at 08:36:07PM -0500, Rob Landley wrote:
> Okay, going back to your original complaint to try to confirm exactly what the 
> problem is, after having reviewed the appropriate section of my mount code to 
> see if my mount rewrite will just magically fix this problem:
> 
> We need to stat the sucker because if it's a block device, a file, or a 
> directory (or a symlink pointing to any of those), we want the absolute path.  
> (For a block device, things like /etc/mtab can't have a relative path.  For a 
> filename, we record where we attached the loop device as an absolute path.  
> For a directory, mount --bind and --move should also record an absolute 
> path.)
> 
> Now my code will pass through the name unmodified if it can't stat it (for 
> comments on -t proc and -t ramfs and such).  But that's not the problem 
> you're having.
> 
> The problem you're having is there _is_ something with the filename you 
> indicated (a char device in the current directory), and mount thinks that's 
> what you're trying to use.
> 
> Does this seem to be an accurate summary of the problem?

Yes that's it. Thanks for nice summary.

	ladis



More information about the busybox mailing list