> # 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
>

Have you tried breaking the mkisofs and cdrecord processes apart.
cdrecord
could be falling over because of a dodgy iso image or system speed
problems.

Create the iso image without recording it. You can then mount and check
the image out using (taken from CD-Writing-HOWTO.txt):

mount -t iso9660 -o ro,loop=/dev/loop0 <your_iso_image> <some_mount_dir>


Regards
Carl
--
Carl Lawton
XKO Software Ltd 

-
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