I've read through the CD-Writing-HOWTO, but still don't understand
what I could be doing wrong. I am trying to create an audio CD
of selected songs, which I've converted to .cdr format and 
copied to a directory called 'audio.'

>From audio's parent directory, I'd issue the following command 
as root (initially without options -force and blank=all):

# IMG_SIZE=`mkisofs -R -q -print-size audio/ 2>&1 | sed -e "s/.* = //"`
# echo $IMG_SIZE
323323                  
# [ "0$IMG_SIZE" -ne 0 ] && mkisofs -r audio/ |cdrecord  blank=all
  -force speed=2 dev=0,6,0 tsize=${IMG_SIZE}s -audio -pad  -

I got the following error, repeatedly:

cdrecord: Numerical argument out of domain. Cannot send SCSI
cmd via ioctl

followed by the phrase:  broken pipe

I suspect this was happening during the 'erase' process.

What I get, is a CD for which my CD player cannot find 
any song tracks. Does anyone know what I might be doing wrong?

Any information would be appreciated, including better doco than
the CD-Writing-HOWTO.
-- 
det spelar ingen roll 


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to