Bugzilla – Bug 105752
cdrecord does not work with ATAPI drive
Last modified: 2005-08-19 10:43:25 UTC
This happens whan trying to run cdrecord with an ATAPI drive: # cdrecord -v dev=ATAPI:0,0 blank=fast Cdrecord-Clone 2.01 (i686-suse-linux) Copyright (C) 1995-2004 Jörg Schilling Note: This version is an unofficial (modified) version Note: and therefore may have bugs that are not present in the original. Note: Please send bug reports or support requests to http://www.suse.de/feedback Note: The author of cdrecord should not be bothered with problems in this version. TOC Type: 1 = CD-ROM scsidev: 'ATAPI:0,0' devname: 'ATAPI' scsibus: 0 target: 0 lun: 0 Warning: Using ATA Packet interface. Warning: The related Linux kernel interface code seems to be unmaintained. Warning: There is absolutely NO DMA, operations thus are slow. cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'. # The system has a HD on hda and a DVD/CD-(re)writer on hdc. This is a regression to SUSE 9.3.
- ATAPI: is unsupported, please use ATA: (see documentation) - /dev/hdc should have address 1,0,0, not 0,0 Please try it again with dev=ATA:1,0,0 or dev=/dev/hdc (it should be the same)
Ok, with ATA it does work. I used ATAPI because this used to work in 9.3 and before. As ATAPI is not supported ==> RESOLVED INVALID