On Sun, 2009-03-01 at 17:51 +0900, [email protected] wrote: > William Grant: > > mtime and size, at least. > > Then please try "ls -l /rw/fileA /au/fileA", and show me the result. > And you did enabled CONFIG_AUFS_HINOTIFY, didn't you? > > # mount -t aufs -o br:/rw:/ro,udba=inotify none /au > $ ls -l /au > ::: > -rw-r--r-- 1 userA groupA 1382 Oct 27 17:57 fileA > ::: > $ echo abc >> /rw/fileA > $ ls -l /rw/fileA /au/fileA
localhost$ sudo mount -t aufs -o br:/tmp/src/aufstest=rw,udba=inotify none dst localhost$ ls -l /tmp/src/aufstest /tmp/dst /tmp/dst: total 4 -rw-r--r-- 1 william william 5 2009-03-01 19:58 blah /tmp/src/aufstest: total 4 -rw-r--r-- 1 william william 5 2009-03-01 19:59 blah server$ echo "blah" >> /export/home/aufstest/blah localhost$ ls -l /tmp/src/aufstest /tmp/dst /tmp/dst: total 4 -rw-r--r-- 1 william william 5 2009-03-01 19:58 blah /tmp/src/aufstest: total 4 -rw-r--r-- 1 william william 10 2009-03-01 19:59 blah ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
