Nitin Bhardwaj:
> But when I shutdown, I get following errors:
> umount: /bin: Device or file system busy
        :::
> Should I be concerned about this ( from aufs internal workings point
> of view)? Even though it gets "FIXED" on every boot ?

Some people will ignore them since they are harmless.
But others will try stop it.
Here is my suggestion based on the aufs manual.

Before "umount -a" (or something) in your shutdown script, insert these
lines.

for i in /bin ...
do mount -o remount,ro,mod:${i}=ro $i
done
mount -no remount,ro /
umount -a


J. R. Okajima

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com

Reply via email to