Compact-Disk (CD) Operations in Linux

by Ramesh

How to burn a CD ?

  1. Syntax: cdrecord -V -eject dev={device-file-path} {iso-file}
  1. $ cdrecord -V -eject dev=/dev/cdrom data-backup.iso

How to slow down the CD write speed ?

  1. Syntax: --speed=1
  2.  
  3. # cdrecord -V -eject dev=$CDPath $ISOFileName --speed=1

How to blank a CD – RW ?

  1. Syntax: cdrecord blank=fast dev={device-file-path}
  2.  
  3. # cdrecord blank=fast dev=/dev/cdrw
  4.  
  5. Device type : Removable CD-ROM
  6. Version : 5
  7. Response Format: 2
  8. Capabilities :
  9. Vendor_info : 'Optiarc '
  10. Identification : 'DVD RW AD-7240S '
  11. Revision : '1.02'
  12. Device seems to be: Generic mmc2 DVD-R/DVD-RW.
  13. Using generic SCSI-3/mmc CD-R/CD-RW driver
  14. Driver flags : MMC-3 SWABAUDIO BURNFREE
  15. Supported modes: TAO PACKET SAO SAO/R96R RAW/R16
  16. Speed set to 1764 KB/s
  17. Starting to write CD/DVD at speed 10.0 in real
  18. Last chance to quit, starting real write 0 sec.
  19. Operation starts.