On Tue, 29 Jul 2003 16:46, you wrote:
> How does one determine the date a CD-R was burned from an iso?
You can't tell from the cd, but you can infer it from the access time 
attribute attached to the file from which it came by using the stat utilty.

[EMAIL PROTECTED] OSTC $ stat \ 
/mnt/disk1/isos/Knoppix/KNOPPIX_V3.2-2003-06-06-EN.iso
  File: `/mnt/disk1/isos/Knoppix/KNOPPIX_V3.2-2003-06-06-EN.iso'
  Size: 733317120       Blocks: 1433672    IO Block: 8192   Regular File
Device: bh/11d  Inode: 16066       Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/   chris)   Gid: (  100/   users)
Access: 2003-07-26 20:46:16.000000000 +1200
Modify: 2003-06-12 06:39:19.000000000 +1200
Change: 2003-06-12 06:39:19.000000000 +1200

Access: That would indeed be the time when I last cut a cd off the file.
man stat
info stat

for the whole story.

-- 
Sincerely etc.,
Christopher Sawtell

Reply via email to