Gabor Laszlo Zsolt:
> /sys/fs/aufs/brs :
> none /etc dfe6xxx br:/mnt/rw/etc=rw:/etc=ro
> none /var f7d2xxx br:/mnt/rw/var=rw:/var=ro
> 
> trying to access the original /etc and /var
> How can I do that?

You can't, because you hide them by over-mounting.
How about these steps?

mount /dev/xxx /ro/etc
mount -t aufs -o br:/mnt/rw/etc:/ro/etc none /etc

Then, you can see /etc as an aufs, and /ro/etc as its original.


Junjiro Okajima

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to