Thread: CD RW
View Single Post

   
  #3 (permalink)  
Old 02-19-2008, 12:49 PM
Leo (Bing) Whiteway
 
Posts: n/a
Default Re: CD RW

dimitar balabanov wrote:
> Hello,
>
> I cant burn in Linux. I don't know which software to use for that?
> Any ideas?
>
>

I use command line to record cds.
First I use:
cdrecord -scanbus
This shows which device is the writer drive.
Then I use the command line:
cdrecord -eject -data -v dev=0,0,0 filename.iso
I used to add the text:
speed=24 #cdrecord -eject -data -v -speed=24 dev=0,0,0 filename.iso
but now I find it just as easy to let it go at what it wants. It always seems to
find the right speed for the disc.



--
Leo (Bing) Whiteway in Canada:
A computer without Microsoft is like a chocolate cake without mustard.
< running Slackware 9.1 >
Reply With Quote