Burning CD in Linux
First determine what devices are available:
cdrecord -scanbus
-
cdrecord -v dev=0,0,0 driveropts=burnproof -dao -eject DATAFILE.iso
- leaving out the -speed=X argument will cause
cdrecord
to query the CD blank for its purported speed - -dao option makes it possible to MD5 the result with
md5sum -b /dev/cdrom
- -eject argument will pop the disk. Insert it, unmount if it automounts, and run
md5sum
- leaving out the -speed=X argument will cause
0 Comments:
Post a Comment
<< Home