cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_iso9660.c

John-Mark Gurney gurney_j at resnet.uoregon.edu
Sun Jan 2 19:36:48 GMT 2005


Tim Kientzle wrote this message on Sun, Jan 02, 2005 at 11:21 -0800:
> I have already found some CDs with files
> that cannot be extracted this way.  In a nutshell,
> libarchive is a streaming framework that *must*
> see the metadata before the file contents.
> ISO 9660 appears to allow a file contents
> to appear on the disk prior to the directory
> containing that file (and the associated metadata).
> Right now, this results in "out-of-order" warnings
> to stderr; I'll improve the warnings, but the
> underlying restriction will remain.

Yeh, this could happen when you burn a second session on a disk, where
you kept some of the files..  the new directory entries are on the second
session, but some of the data is on the first session, though that you
have other issues since you aren't on the cd, etc.

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the cvs-src mailing list