CDR Recording under Linux, Cdrecord Related


Table of Contents

Burn the vcd/mpg 
init 
Burning CDs 
cmd:cdrecord 
Usage 
Quick helps 
environment variables 
multi track synopsis 
device name 
Format bad CD-RW disks blank 
Over-sized 
Burn CD on the run 
Turning BURN-Free on 
cdrecord to ignore the L-EC error 
Goal 
Symptom 
Conclusion 
Source Analysis 
Trying History, read-subchan 
cdrecord warnings 
Solved: cdrecord suddenly doesn't allow burning 
cdrecord —scanbus 
cdrecord —scanbus 
cdrecord —scanbus 
ATAPI burning 
ATAPI burning 
ATAPI burning 
ATAPI burning 
ATAPI burning 
ATAPI burning 
ATAPI burning 
CD burning tools from favorite appz 
K3B 
Eroaster 
cdrecord problem with non-root user 

Burn the vcd/mpg 

init 

export CDR_DEVICE=ATA:1,0,0; CDRD=cdrom; CDR_DRV=
export CDR_DEVICE=ATA:1,1,0; CDRD=dvd; CDR_DRV='--driver generic-mmc-raw'
export CDR_DEVICE=ATA:0,0,0; CDRD=sony; CDR_DRV=
export CDR_DEVICE=2,0,0; CDRD=cdrom; CDR_DRV=
export CDR_DEVICE=2,1,0; CDRD=sr1; CDR_DRV='--driver generic-mmc'
export CDR_DEVICE=ATAPI:0,1,0; CDRD=hdd; CDR_DRV=
export CDR_DEVICE=0,0,0
export CDR_DEVICE='ATAPI:0,0,0 --driver generic-mmc'
CDR_DRV=
CDR_DRV='--driver generic-mmc'
CDR_DRV='--driver generic-mmc-raw'
CDR_SPEED=8
CDR_SPEED=12
CDR_SPEED=16
export CDR_SPEED=20

CDR_ environment vars are for cdrecord.