William Grant: > 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
Why these timestamps are different? How did you create the file blah? Is the system clock on your server and client correct? > server$ echo "blah" >> /export/home/aufstest/blah You did it on server? UDBA option is not for the actions on NFS server. Then we have to check the mount options for /tmp/src/aufstest too. How is your attribute cache option? > 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 If you execute "ls -l /tmp/src/aufstest /tmp/dst", is the second output still incorrect? J. R. Okajima ------------------------------------------------------------------------------ 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
