Subject: how to verify CD-R's
To: None <netbsd-users@netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-users
Date: 03/15/2001 19:19:23
Is there a simple way to verify that a CD image was correctly written to
the CD?  Ie, I use cdrecord to burn test.iso to a cd-r.  Then I do 
'md5 test.iso'.  Then is there some magic combination of dd flags which
will let me do

dd if=/dev/cd0c ...... | md5

and compare the two?

Thanks
-Dan