On Fri, 2005-04-22 at 05:48 -0700, Paul Heinlein wrote:
Johnny Hughes wrote:
They added an ATAPI device in the 2.6 kernel ... so no more ide-scsi emulation required for non SCSI CDRWs
use the device name ... like this:
cdrecord --dev=/dev/hdc
I've never been able to get dev=/dev/hdX to work, but a different invocation does the job:
cdrecord dev=ATA:1,0,0
That will work too :) ...
First do a:
cdrecord -dev=ATAPI -scanbus
to make sure the dev number is right ....