[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: udev, atapi cdrw drives and cdrecord



On 8. August 2004 at 2:19PM -0400,
Wayne Topa <brittman@capital.net> wrote:

> Otto Wyss(otto.wyss@orpatec.ch) is reported to have said:

> > > I am trying to use cdrecord to make a cd.  But it seemingly
> > > hangs (forever).  It outputs the information below and then
> > > suspends (and ctrl C does not kill it).
> > > 
> > Use 
> > 
> > cdrecord --scanbus dev=ATAPI
> > 
> > and then burn it with the gotten numbers
> > 
> > cdrecord dev=ATAPI:x,x,x
> > 
> I had a problem using "dev=ATAPI:x,x,x" when I first switched
> to the 2.6.x kernel and dropping ide-scsi.  I finally settled
> on dev=/dev/hdc.  So I just tried the above to see if something
> had changed, since I am now running kernel 2.6.7.

The better way to burn a cd's under the new interface is

cdrecord dev=ATA:x,x,x

where x,x,x is returned by:

cdrecord --scanbus dev=ATA

I myself am confused over the difference between dev=ATA and
dev=ATAPI.  AFAIK dev=ATA:x,x,x gives you DMA, while
dev=ATAPI,x,x,x doesn't.  This is with the unstable version of
cdrecord.  dev=ATA is probably equivalent to dev=/dev/hdX.



Reply to: