On Mon, Mar 03, 2003 at 08:57:17PM -0500, Vincent Rivellino wrote: > It looks like there was a problem with the ATAPI->SCSI adapter that came > with my drive. (Yamaha doesn't exactly have a SCSI drive, they have an > adapter you plug into the F1 that's natively ATAPI.) > > Anyways, I removed the adapter and plugged my drive into the the IDE > controller. It seems to work well with ide-scsi emulation. I'll have to > get in touch with Yamaha support about the adapter. > > In the meantime, I'd like to play around with this [EMAIL PROTECTED] feature. Is > there any more documentation out there regarding [EMAIL PROTECTED] with cdrecord? > All I could find was what posted on this list. Specifically this thread > via Google groups (be careful line wrap): > > http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&threadm=al0sui%24273i%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1&prev=/groups%3Fas_epq%3DDiskT%25402%26as_oq%3Dcdrecord%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26lr%3Dlang_en%26hl%3Den > > I followed those intructions to create a properly sized image, flipped it, > and stripped the header ... and nothing seemed to happen: > > [EMAIL PROTECTED]:~# cdrecord dev=1,0,0 -v driveropts=tatoofile=/tmp/test.tattoo > -checkdrive tattoofile
I also prefer -eject to -checkdrive, so I know when it is done (takes around 10 minutes here) I created my tattoofile like this: cat file.pgm |pnmflip -lr | sed '1,/255/d' > /tmp/tattoofile where file.pgm was a 8bit 3744x320 pgm (or lower height if I bothered to check the tattooinfo for the exact height left on the current disc first). Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

