On Wed, 11 Aug 2010 23:46:50 +0900, sfjro wrote:

> . . . is it
>> a compile-time feature? Can I use it to control showing those info at
>> run time? 
> 
> modprobe aufs brs=1

Thanks a lot. To show those xino=...,br:... info, I need to set brs=0, 
right?

$ lsmod | grep -i aufs || echo no found
no found

% modprobe aufs brs=0

$ lsmod | grep -i aufs || echo no found
no found

% mount -vt aufs -o br:rw:ro_mid=ro+wh:ro_bot none u
none on /dev/shm/tmp_real/u type aufs (rw,relatime,si=a5a291784c17e62e)

mount | tail -1
none on /dev/shm/tmp_real/u type aufs (rw,relatime,si=a5a291784c17e62e)

I also tried above with 'modprobe aufs brs=1', and the results that I got 
were the same. 

Anything else that I should look into?

Thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 

Reply via email to