Subject: Re: cdrecord and generic ATAPI drive
To: None <port-alpha@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: port-alpha
Date: 06/11/2001 16:40:46
In message <200106111958.f5BJw9517011@guild.plethora.net>, Peter Seebach writes
:
>In message <Pine.NEB.4.30.0106111455500.4063-100000@yerfable.metonymy.com>, Da
>v
>e Huang writes:
>>Try /dev/rcd0c instead of /dev/rcd0a... that's what I use, at least :)

>Thanks!  That was it.

... so my next question, is:

if      dd if=/dev/cd${i}c 2>/dev/null | cmp - 43-beta.img

This does what I mean ("compare file to CD") on BSD/OS, but on NetBSD/Alpha,
I get:
stdin 43-beta.img differ: char 32769, line 1

If I put the CD in another drive and run the diff, it doesn't think they're
different.  What did I botch?  :)

-s