Re: -newer vs. FAT two second resolution

2008-04-11 Thread jidanni
Oops, pasted wrong. OK: $ cd /some_Linux_dir; stat y Modify: 2008-04-09 11:11:11.0 +0800 $ cp -a y /vfat $ umount /vfat; mount /vfat $ stat /vfat/y Modify: 2008-04-09 11:11:10.0 +0800 Anyway, please try $ cd some_[V]FAT_directory_of_yours $ stat *|perl -nwe 'print if /(Access|Modif

Re: -newer vs. FAT two second resolution

2008-04-11 Thread James Youngman
On Wed, Apr 9, 2008 at 2:10 AM, <[EMAIL PROTECTED]> wrote: > $ stat y > Access: 2008-04-09 11:11:11.0 +0800 > $ cp -a y /vfat > $ umount /vfat; mount /vfat > $ stat /vfat/y > Modify: 2008-04-09 11:11:10.0 +0800 This is a little inconsistent; you show the mtime in one example