August 2004
M T W T F S S
« Jul   Jan »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

How to burn ISO images to a CD

As root, find the address of your cdburner with
cdrecord -scanbus

The first thee numbers to the left of your cdburner is the address. something like 0,3,1

Next, still as root, type in this

cdrecord dev=0,3,1 -v /the_path_to, and the name of the iso to [...]

How to write iso images to CD

As root, find the address of your cdburner with
cdrecord -scanbus

The first thee numbers to the left of your cdburner is the address.
something like 0,3,1

Next, still as root, type in this

cdrecord dev=0,3,1 -v /the_path_to, and the name of the iso [...]