[svlug] Re: CD-R/W Problem

David Hummel ddhummel at pacbell.net
Thu Apr 3 11:16:35 PST 2003


On Wed, Apr 02, 2003 at 10:52:33PM -0800, Scott Thompson wrote:
> I turn my machine off for the night.  I power-up the next day and
> launch XCDRoast.  XCDRoast tells me there is a problem with my SCSI
> buss, and can't see my CD-R/W (HP 9300) so I do some investigation.
> 
> So, any ideas?  Because I'm out of 'em.  Two days ago I could write
> CDs.  Today I can't.

xcdroast is a front end for mkisofs/cdda2wav/cdrecord.

Type:

cdrecord -scanbus

to make sure cdrecord can see the drive.  If so, try burning your CD
with mkisofs/cdda2wav/cdrecord (to see if xcdroast is the problem):

data:
mkisofs -R -J -D -L -l -o my.iso /path/to/dir
cdrecord -v speed=8 dev=0,0,0 -data my.iso

audio:
cdda2wav -H -B -D /dev/scd0
cdrecord -v speed=8 dev=0,0,0 -audio *.wav

Note that dev=<controller>,<id>,<lun> as presented by
'cdrecord -scanbus'.

David Hummel
Genomics & Gene Discovery
WRRC/ARS/USDA



More information about the svlug mailing list