Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 18:23:45 -0400
From:      Rob Clark <rpclark@tds.net>
To:        Adam Weinberger <adam@vectors.cx>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Being "CREATIVE" = RW8438E & md5 mismatches
Message-ID:  <20020920182345.4f0d4e8e.rpclark@tds.net>
In-Reply-To: <20020920080815.GV208@vectors.cx>
References:  <20020920034446.24c8f04a.rpclark@tds.net> <20020920080815.GV208@vectors.cx>

next in thread | previous in thread | raw e-mail | index | archive | help

Here I have corrected one mistake that I made in previous post.
Also, I have tried your suggestion and the results (checksums) still do
not match.  In the process of the "dd" commands I am also getting:
acd0: READ_BIG - ILLEGAL REQUEST asc=0x64 ascq=0x00 error=0x00
this happens in either of the two "dd" commands used here.

On Fri, 20 Sep 2002 01:08:15 -0700
Adam Weinberger <adam@vectors.cx> wrote:

> >> (09.20.2002 @ 0044 PST): Rob Clark said, in 2.2K: <<
> > #dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048
> > dd: /dev/acd0c: Input/output error
> >                 ^^^^^^^^^^^^^^^^^^
> > 0+0 records in
> > 0+0 records out
> > 0 bytes transferred in 0.001256 secs (0 bytes/sec)
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Actually, the results from the "dd" command was a result of a pasting
faux pas on my part,
i.e., it should have been:
# dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048
dd: /dev/acd0c: Input/output error
94609+0 records in
94609+0 records out
193759232 bytes transferred in 126.003480 secs (1537729 bytes/sec)

However, I did as you suggested:
(see below your post)

 
> what you're looking for is:
> dd if=/dev/racd0a of=stuff bs=2048
> 
> > # md5 dup.iso
> > MD5 (dup.iso) = d41d8cd98f00b204e9800998ecf8427e
> 
> monkey@smacky:~% rm joe; touch joe; md5 joe
> MD5 (joe) = d41d8cd98f00b204e9800998ecf8427e
> 
> ::)

MOST RECENT RUN THROUGH:
-----------------------

# rm dup.iso
# dd if=/dev/racd0a of=/usr/home/rclark/dup.iso bs=2048
dd: /dev/racd0a: Input/output error
94609+0 records in
94609+0 records out
193759232 bytes transferred in 126.659459 secs (1529765 bytes/sec)
# md5 4.7-RC1-mini.iso
MD5 (4.7-RC1-mini.iso) = f154f318622bddccd245d5b5e1af314a
# md5 dup.iso
MD5 (dup.iso) = 93511ace0a9e84eec1c9b76de79a53dc
# 

Note: During the above process I re-started the process from the
beginning: burning same iso to clean cd media etc.  Using your
suggestion the md5 checksums still do not match.  

Thanks,
Rob


                   



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020920182345.4f0d4e8e.rpclark>