> On Thu, 6 Mar 2003 04:22, Ray wrote:
> >?how do i verify that the burned cd is correctly burned?
> >
> >?i burned a set of Debian 3.0r1 cds and have md5sums of the
> > isos, but they don't match the output of
> >?md5sum -b /dev/cdrom

In my experience, the actual burn is often a little longer 
than the .iso it comes from.  It is padded with something that 
might as well be garbage.

If you only read the first N bytes, where N is the length of 
the .iso you used, it should work.

How about ....
        head --bytes=426893452 /dev/cdrom | md5sum


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to