This is all new so forgive basic questions. I've gone ahead and
done the following: 

mkisofs -r -o cd_image private_collection/ 
       output ^^^^^^   ^^^^^^^^the dir of track.cdr files
(I am not sure if I needed to specifiy -audio or anything.)

And then I mounted the new dir and could see all of the files:
track1.cdr, track2.cdr and so on. I'm just not sure what else I'd
have to do to "check it." 

And then what else would I do in order to burn the iso image
to CDRW media?

* Carl Lawton <[EMAIL PROTECTED]> [000804 13:33]:
> > # 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
---cut here---

-- 
 Richard Spencer          "Why Not" is a slogan
São Paulo, Brazil        for an interesting life.
 [EMAIL PROTECTED]            -- Mason Cooley

-
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