run cdrecord --scanbus, it gives me:
scsibus0:
0,0,0 0) 'SONY ' 'DVD RW DW-Q28A ' 'KAS7' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
but cdrecord -v dev=0,0,0 iso_file complains that could not open /dev/pg0.
my /etc/fstab has:
/dev/hda /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
So ln -s /dev/hda /dev/pg0 make the cdrecord work, simple but nice trick
scsibus0:
0,0,0 0) 'SONY ' 'DVD RW DW-Q28A ' 'KAS7' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
but cdrecord -v dev=0,0,0 iso_file complains that could not open /dev/pg0.
my /etc/fstab has:
/dev/hda /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
So ln -s /dev/hda /dev/pg0 make the cdrecord work, simple but nice trick