Comment 10 for bug 157396

Revision history for this message
Szabolcs Szakacsits (szaka) wrote :

> Try to extract some or all the files of a compressed file (.zip, .tar, ...): in the compressed file You see
> the date and the time of the file, and if You extract in a NTFS drive, at this moment You see the date of
> the copy. Expected is the original date (and time), and this is OK if you extract in a ext3 drive (example
> your Home).

This also works with ntfs-3g 1.1030:

# tar xzvpf fstest_20070718.tgz
# ls -l fstest_20070718
total 50
-rw-r--r-- 1 root root 646 Jan 28 2007 README
-rw-r--r-- 1 root root 1451 Jan 28 2007 LICENSE
-rw-r--r-- 1 root root 19923 Jul 18 18:40 fstest.c
-rw-r--r-- 1 root root 296 Oct 31 19:04 Makefile
drwxr-xr-x 1 root root 4096 Oct 31 19:04 tests/
-rwxrwxr-x 1 root root 18901 Oct 31 19:04 fstest*

As you see, all times are in the past, they are the original file creation times. So you indeed seem to have a Nautilus problem after all.