Hi,
   I'm attaching an example.
   In  the  example  I just created a file for each scenario, but usually
   transmission downloads the files and move them from a temporary directory to
   their final location.
   As for how I check, I just order the directories by date on windows via
   samba share usually. On the box itself I just use the ls command.
   Daniel

   DaneeLÂ  -Â  <[1]danee...@gmail.com>
   "To boldly go where no one has gone before ..."
   On Wed, Jan 21, 2015 at 2:35 PM, <[2]sf...@users.sourceforge.net> wrote:

     Hello Daniel,
     DaneeL:
     > I noticed lately that the modification time does not change if I copy
     new
     > files into some directories.
     > If a directory exits on both hdd1 and hdd3 and the files is copied into
     > hdd3 - date does not change in aufs mount but changes on hdd3.
     > If a directory exists on only hdd3 the directory modify date changes on
     > aufs as well.
     Would you describe these more speicifically? Probably the reproducible
     command sequence is better.
     - how and what did you copy? from where to where?
     - how did you check the mtime?
     J. R. Okajima

References

   1. mailto:danee...@gmail.com
   2. mailto:sf...@users.sourceforge.net
Example: Date will not update
----------------------------------------------------------
xbmc@doboz:~$ ls -l /media/hdd1/_Series/ | grep CSI
drwxrwxr-x 2 xbmc xbmc  4096 Jan  5 12:02 CSI
xbmc@doboz:~$ ls -l /media/hdd3/_Series/ | grep CSI
drwxrwxr-x  2 xbmc xbmc 4096 Jan 13 15:51 CSI
xbmc@doboz:~$ ls -l /media/share/_Series/ | grep CSI
drwxrwxr-x  2 xbmc xbmc  4096 Jan  5 12:02 CSI
xbmc@doboz:~$ touch /media/share/_Series/CSI/testfile
xbmc@doboz:~$ ls -l /media/hdd1/_Series/ | grep CSI
drwxrwxr-x 2 xbmc xbmc  4096 Jan  5 12:02 CSI
xbmc@doboz:~$ ls -l /media/hdd3/_Series/ | grep CSI
drwxrwxr-x  2 xbmc xbmc 4096 Jan 21 15:02 CSI
xbmc@doboz:~$ ls -l /media/share/_Series/ | grep CSI
drwxrwxr-x  2 xbmc xbmc  4096 Jan  5 12:02 CSI
xbmc@doboz:~$ ls -l /media/share/_Series/CSI | grep test
-rw-rw-r-- 1 xbmc xbmc         0 Jan 21 15:02 testfile
xbmc@doboz:~$

Emaple: Date will update
----------------------------------------------------------
xbmc@doboz:~$ ls -l /media/hdd1/_Series/ | grep Helix
xbmc@doboz:~$ ls -l /media/hdd3/_Series/ | grep Helix
drwxr-xr-x  2 xbmc xbmc 4096 Jan 17 08:52 Helix
xbmc@doboz:~$ ls -l /media/share/_Series/ | grep Helix
drwxr-xr-x  2 xbmc xbmc  4096 Jan 17 08:52 Helix
xbmc@doboz:~$ touch /media/share/_Series/Helix/testfile2
xbmc@doboz:~$ ls -l /media/hdd1/_Series/ | grep Helix
xbmc@doboz:~$ ls -l /media/hdd3/_Series/ | grep Helix
drwxr-xr-x  2 xbmc xbmc 4096 Jan 21 15:06 Helix
xbmc@doboz:~$ ls -l /media/share/_Series/ | grep Helix
drwxr-xr-x  2 xbmc xbmc  4096 Jan 21 15:06 Helix
xbmc@doboz:~$ ls -l /media/share/_Series/Helix/ | grep test
-rw-rw-r-- 1 xbmc xbmc         0 Jan 21 15:06 testfile2
xbmc@doboz:~$
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet

Reply via email to