On Wed, Feb 14, 2007 at 12:33:09PM +0900, [EMAIL PROTECTED] wrote: > I didn't know mount(8) can work even if /etc/mtab doesn't exist. > I will modify mount.aufs but it may take some time since I am busy now. > Until then, won't you create an empty /etc/mtab just before mount?
Yes, I can, but this did not help, there is another bug. Now, I didn't create a /etc/mtab file, I changed the test to test $do_update -eq 1 -a ! -w $f && ... Okay, grep "something" /etc/mtab cannot work, but the Problem is at line 86: /sbin/mount.aufs: line 86: /tmp/881.old_opt: Read-only filesystem. I am using aufs at an very early boot state on a linux live cd, at this time all is really non writable, so no program is able to create a temporary file (see screenshot attached). Don't hurry, I did not really need mount.aufs for my live cd at this moment. You can set it to low priority, until some other folks have real problems with it ;-) wob -- <wob (at) swobspace de> * http://www.swobspace.de ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
