On Tue, Feb 13, 2007 at 10:55:23AM +0900, [EMAIL PROTECTED] wrote: > Wolfgang Barth: > > mount.aufs (20070205) won't work correctly with busybox - I'm using an old > > version 1.01. mount.aufs depends on the correct order of arguments, but the > > mount program from busybox seems not compatible with the standard linux > > one. > > > > Is there a plan to parse the options in a robust way instead of assuming > > the right order? > > Ok, I will try getopt. > Will you show me the actual arguments, by un-comment out "set -x" line > in mount.aufs?
Oops, I was wrong. The order of options from busybox mount is correct, but the following test: test ! -r $f -o \( $do_update -eq 1 -a ! -w $f \) ... I'm using aufs during boot phase, so /etc/mtab did not exist. mount -n won't update /etc/mtab, so why "test ! -r $f" ? The output from mount.aufs as screen shot is attached as image. wob -- <wob (at) swobspace de> * http://www.swobspace.de
mount.aufs.gif
Description: GIF image
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
