[KLUG Members] cdrecord of iso image

Bryan J. Smith members@kalamazoolinux.org
14 May 2002 16:32:38 -0400


On Tue, 2002-05-14 at 16:14, Rusty Yonkers wrote:
> I tried cdrecord isoimagename as the email said and it did not work.

Okay, I'm getting sick of this (sorry ;-):
EXACT ERROR/INFO MESSAGES HELP US 1,000X MORE!

Consider passing the "-v" option to cdrecord for more verbose messages.

> I think that I need some additional settings for
> cdrecord, either in the command line or in a setup
> file.  Any ideas?

cdrecord requires at least one option:
   dev=(device)   -- e.g., device=0,0,0

You can list your devices with "cdrecord -scanbus".  If your CD-R is an
ATA device, you need to use ATA-to-SCSI emulation by reserving the ATA
device at boot with "hdX=ide-scsi" (where hdX is the ATA device -- e.g.,
hdc = secondary/master).

Other options to consider:
   speed=(speed)        -- e.g., speed=8
   fs=(software buffer) -- e.g., fs=12m

The "software buffer" is in addition to the hardware buffer.

E.g., my typical burning command-line is:
   cdrecord device=0,0,0 speed=24 fs=12m -eject -v (isofile)

You can also put those first three settings in /etc/cdrecord.conf so you
don't have to type them on the command line.

-- Bryan

-- 
The US government could be 100x more effective, and 1/100th the
Constitutional worry, if it dictated its policy to Microsoft as
THE MAJOR CUSTOMER it is, and not THE REGULATOR it fails to be.
---------------------------------------------------------------
Bryan J. Smith, SmithConcepts, Inc.   mailto:b.j.smith@ieee.org
Engineers and IT Professionals     http://www.SmithConcepts.com