jallenkrueger / profuse

Automatically exported from code.google.com/p/profuse
0 stars 0 forks source link

verify volume creation date #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
not convinced it's correct.

Original issue reported on code.google.com by ksherl...@gmail.com on 21 Jan 2009 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by ksherl...@gmail.com on 24 Jan 2009 at 9:34

GoogleCodeExporter commented 9 years ago
The volume creation date is incorrect; it appears blank ("--") on Mac OS X 
10.4.11
with profuse r3.

The volume modification date is also incorrect. It seems like the modification 
date
is related to the modification date of the disk image file (same date, different
time), not the volume contained inside it.

e.g. Disk image of a volume has the following dates:

Created: 21 Apr 1991, 12:31 AM
Modified: 28 Dec 1995, 11:28 PM

Disk Image File (DiskCopy 6) itself has the following dates:

Created: 5 Aug 2001, 4:11 PM
Modified: 5 Aug 2001, 4:26 PM

When mounted in the Finder by profuse r3, it has these dates:

Created: --
Modified: 5 Aug 2001, 11:58 PM

Original comment by gc...@me.com on 26 Apr 2009 at 5:38

GoogleCodeExporter commented 9 years ago
For a more reproducable example, I tried the "test.dmg" file, with the 
following results:

"test" volume in GS 6.0.1 Finder:

Created: 1 Mar 1998, 8:35 PM
Modified: 25 Jan 2009, 3:23 PM

Disk Image File ("test.dmg") in Mac OS X 10.4.11 Finder:

Created: 26 April 2009, 1:38 PM
Modified: 26 April 2009, 1:38 PM

"test" volume in Mac OS X 10.4.11 Finder with profuse r3:

Created: --
Modified: 25 Jan 2009, 3:23 PM

This mounted DMG file displays the correct Modification date. The creation date 
is
still blank, though.

As a further test, I made a duplicate of "test.dmg", modified data on it 
(duplicated
a file on the disk image) and again compared the volume modifications dates (ie.
'now'). This time, the Mac modification date is 1 hour in the future. This 
seems to
suggest perhaps a time zone miscalculation error.

Original comment by gc...@me.com on 26 Apr 2009 at 6:01

GoogleCodeExporter commented 9 years ago
From the terminal, the correct creation date is displayed:

dr-xr-xr-x   7 root    wheel   512 Mar  1  1998 test/

(That's true of all files) 

Original comment by ksherl...@gmail.com on 28 Apr 2009 at 2:57

GoogleCodeExporter commented 9 years ago
Thanks for checking. How do you display creation dates in Terminal? Unix usually
doesn't handle creation dates - on mine it only shows modification dates.

Original comment by gc...@me.com on 28 Apr 2009 at 4:01