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'
---------------------------------------------------
$ 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:
Post a Comment