смотрим какой dev:
cdrecord -scanbus
выведет что-то:
....
0,0,0) SONY ....
или ATA 0,1,0) SONY ...
проверяем на всякий пожарный:
cdrecord -dummy dev=0,1,0 file.iso
или
cdrecord -dummy dev=ATA:0,1,0 file.iso
если все в порядке:
cdrecord dev=0,1,0 file.iso
или
cdrecord dev=ATA:0,1,0 file.iso
дистр Ubuntu hoary, резак DVD-RW 16(dvd-r)x4(dvd-rw)x4dvd-dl)x32(cd-r)x24(cd-rw) ASUS DRW-1604P cdrecord -scanbus вот что пишет зараза:
root@ubuntu:/home/cheezee # cdrecord -scanbus
Cdrecord-Clone 2.01a38 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg Schilling
NOTE: this version of cdrecord is an unofficial (modified) release of cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <cdrtools@packages.debian.org>.
The original author should not be bothered with problems of this version.
cdrecord: Warning: Running on Linux-2.6.10686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
root@ubuntu:/home/cheezee #
Пакет dvd+rw-tools установлен, вот что пишет cdrecord dev=/dev/cdrom -scanbus:
root@ubuntu:/home/cheezee # cdrecord dev=/dev/cdrom -scanbus Cdrecord-Clone 2.01a38 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg Schilling
NOTE: this version of cdrecord is an unofficial (modified) release of cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <cdrtools@packages.debian.org>.
The original author should not be bothered with problems of this version.
cdrecord: Warning: Running on Linux-2.6.10686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: '/dev/cdrom'
devname: '/dev/cdrom'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'ubuntu-0.8ubuntu1'.
cdrecord: Warning: using unofficial version of libscg (ubuntu-0.8ubuntu1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling').
scsibus0:
0,0,0 0) 'ASUS ' 'DRW-1604P ' '1.10' 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) *
root@ubuntu:/home/cheezee #
ТЕПЕРЬ МОЖНО ПИСАТЬ ТАК: cdrecord dev=/dev/cdrom -data file.iso????