Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2005 11:59:24 +0100
From:      Fabian Keil <freebsd-listen@fabiankeil.de>
To:        Incoming Mail List <mailist@whoweb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mkisofs on 5.4
Message-ID:  <20051203115924.014faf5a@T51.local>
In-Reply-To: <200512021146.jB2Bkn8D003638@whoweb.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Incoming Mail List <mailist@whoweb.com> wrote:

> I'm running FBSD 5.4 and notice that the date/time stamps on files
> burned to DVD using growisofs() are being reported incorrectly after
> mounting the DVD and using ls() or stat().
> 
> On Dec 2, 2005 at about 10:30am, I used growisofs() to burn a DVD
> (took less than a minute to finish).  When I mount the DVD and run
> ls() I see a date of Dec 1, 20:11.  Since the OS is reporting the
> date/time correctly using UFS2.
> 
> Is this a known bug?  I couldn't find any info in the man page or web
> about it.  Can anyone reproduce this?

I don't use growisofs, but I just tried to reproduce your problem
with mkisofs directly and failed:
 
fk@T51 ~ $ls -l test/cdrtools-2.01.01a03.tar 
-rw-r--r--  1 fk  wheel  8290816 Oct 24 10:18
test/cdrtools-2.01.01a03.tar

fk@T51 ~ $ls -l /mnt/md0/cdrtools.tar
-r-xr-xr-x  1 root  wheel  8290816 Oct 24 10:18 /mnt/md0/cdrtools.tar*

Do you see the problem if you only use mkisofs?

You can mount the iso without burning it:
mdconfig -a -t vnode -f image.iso -u 0
mount -t cd9660 /dev/md0 /mnt

After reading your post a second time, I'm no longer sure
if I understood you correctly. You don't expect mkisofs
to change the date for you, right?

Fabian
-- 
http://www.fabiankeil.de/

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDkXqajV8GA4rMKUQRAtF4AJ9N6xspO/joZZX0qnM1kOHXHtbuugCbBoUD
ibbnG9K3eDNFQkm/VcHFJP0=
=grXk
-----END PGP SIGNATURE-----
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051203115924.014faf5a>