On Fri, 6 Jul 2007, Ashish Sheth wrote: > Date: Fri, 06 Jul 2007 09:04:09 -0000 > From: Ashish Sheth <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: [twincling] cdrom is ATAPI but cdrecord takes it as SCSI > > Hello Friends > > I am using a Sony CDROM writer drive and it is ATAPI. On running > cdrecord with option as cdrecord -v dev=/dev/hdc aksar-music.iso it > says that it is writing to a SCSI device and after 99% writing gives > 'error fixating'. > Can somebody please help me how to specify ATAPI for my cdrom drive ? > as already one cd is spoiled. > > cheers > Ashish >
All ATAPI CD-ROMs are emulated with a SCSI driver interface. Your command will create a data CD with a single file called aksar-music.iso. Perhaps you want to create an audio CD. Check the options to make an audio CD. http://gentoo-wiki.com/HOWTO_Create_an_Audio_CD Hope this helps you get started. thanks Saifi.

