Posts Tagged With: cdrecord

Identify Channel SCSI

Tagged with: , , , , ,

Scan bus to identify the drives


cdrecord --scanbus
No Comments »

Burn an ISO image

Tagged with: , , , ,

Burn an ISO image


cdrecord -v dev=/dev/cdrom cd.iso
No Comments »

Linux Command to Erase Rewritable CD

Tagged with: , , , , ,

Erase a Rewritable Disk


cdrecord -v gracetime=2 dev=/dev/cdrom -eject blank=fast -force
No Comments »