![]() |
| Linux: Burn an ISO Image |
|
|
| Written by Dave | |
All it takes is 3 easy stepsStep 1: Open up your console, I use BaSh (Born Again SHell) and type cdrecord -scanbusStep 2: You'll now have something like this in the console window: csibus0: 0,0,0 0) 'HL-DT-ST' 'CD-RW GCE-8160B ' '1.02' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * ... etc ... Make note of the line which has your CD recorder on, in my case, 0,0,0 Step 3: Now, remember in Step2 I said to make note of which line the CDR was on? - Good. You're gonna need that information now. Now, in the console again, type this: cdrecord -v speed=24 dev=0,0,0 .iso Where speed=8 is the max write speed for the medium and drive. But also where 0,0,0 is the line your CDR is on, remember Step 2 ? |