Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Tuesday, July 28, 2009

Burning in Linux (cdrecord)

Source
Insert a blank CD into the CD burner.
Find the device file associated with your burner (/dev/... ).
$ cdrecord --devices
Sample output:
---------------------------------------------------
0 dev='/dev/scd0' rwrw-- : '_NEC' 'DVD+RW ND=1100A'
---------------------------------------------------
Burn the image to the CD.
$ cdrecord -dev=device -tao image
Example:
$ cdrecord -dev=/dev/scd0 -tao image
-----------------------------
Use cdrecord. First, type cdrecord -scanbus in order to get the identifier numbers of your device. Then, type in a console:
cdrecord dev=x,y,z -v ISOfile.iso
On Windows, you can use burning software such as Nero, or you can download ImgBurn which is free.

No comments: