-------- CDRECORD -------- Checking where is your cdrecorder #cdrecord -scanbus Blanking a CD (assuming CD-RW is on 1,1,0) #cdrecord dev="1,1,0" -v -eject speed=4 blank=fast Blanking a CD (ATAPI) #cdrecord dev=ATAPI:1,1,0 -v -eject speed=4 blank=fast Burn data to CD creating ISO image #mkisofs -r -R -J -l -L /dataCD | cdrecord dev=0,0,0 -v --eject speed=4 - Mounting ISO image #mount -t iso9660 -o loop image.iso /mnt/isoimage where image.iso is the filename of the ISO image and /mnt/isoimage is the directory under which you want the ISO's files to appear (create it if necessary). After doing this, you will be able to navigate through the ISO's files, starting from /mnt/isoimage, just as you would any other files in your file system, but with one exception: all of the files and directories mounted from the ISO will be read-only. When you are finished looking at the files, unmount the ISO with: #umount /mnt/isoimage Burn data using -overburn (more than 700MB) with an ATAPI cdrecorder #mkisofs -r -R -J -l -L * | cdrecord dev=ATAPI:1,1,0 -v -overburn --eject speed=2 - Burn AUDIO CDs #cdrecord -v -pad speed=1 dev=0,0,0 -dao -audio -swab *.wav [EOF]ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª