Anyone know...

From: Christopher Smith <csmith_at_amdocs.com>
Date: Thu Apr 11 11:07:24 2002

> -----Original Message-----
> From: Douglas H. Quebbeman [mailto:dquebbeman_at_acm.org]

> To capture an existing CD-ROM into an image file, most
> likely, Chris is correct, but I haven't gone that direction
> yet.

I have. It works as long as the block size isn't odd. Generally
any cd will take a block size of 2048 bytes, however, if the CD
is "bad" (scratched, or what not), a smaller block size (1 ;) may
help you get more good data at the expense of some speed. You
can also use the conv=noerror option to ignore read errors if you
really want whatever data you can get.

As somebody else mentioned, cat works too, but it doesn't have
an option to make it ignore read errors and keep going.

Otherwise, you're right, use mkisofs, or mkhybrid to make a
filesystem from some of your files, and then use cdrecord to burn
it.

There is another program (cdwrite?), but I don't think it has nearly
the same level of device compatibility, not to mention that the
number of systems cdrecord will build for is very impressive.

Chris


Christopher Smith, Perl Developer
Amdocs - Champaign, IL

/usr/bin/perl -e '
print((~"\x95\xc4\xe3"^"Just Another Perl Hacker.")."\x08!\n");
'
 
Received on Thu Apr 11 2002 - 11:07:24 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:34:30 BST