mkisofs on 5.4

Fabian Keil freebsd-listen at fabiankeil.de
Sat Dec 3 02:59:58 PST 2005


Incoming Mail List <mailist at 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 at 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 at 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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20051203/c12444a3/signature.bin


More information about the freebsd-questions mailing list