On Tue, 2002-10-29 at 15:58, Bret Hughes wrote:
> I am trying to verify a copy of a purchased RHL 7.3 cd set. 
> 
> I burned the first cd and it appears to work (boots up ok anyway) but I
> can't seem to verify the md5 sum and get a number I have any where elase
> so I am assuming that there is a problem.  If I try to verify the
> origianl disk against the iso checksum from the redhat site I don't get
> the same number either. 
> 
> what am I doing wrong? 

Others have already mentioned the "mediacheck" option, you could also
verify the individual RPMs with 'rpm -K *.rpm' from the Redhat/RPMS
directory.  This obviously won't tell you if the whole CD is ok though.

A simpler solution than 'dd' to making iso images and burn them to new
CDs might be:

$ cat /dev/cdrom > disk1.iso  (no need to mount the CD)
$ cdrecord -v --eject speed=X disk1.iso (assuming the drive is
configured properly in /etc/cdrecord.conf)

I've used this to make copies of 7.3 & 8.0 CD sets & I'll try the
'mediacheck' option with a couple of copies tomorrow.  Warning! 
Creating the iso image in this fashion will likely hammer your system
with *lots* of disk I/O, although it probably won't take all that long
depending on the speed of the source drive, etc.  I don't know about
verifying the original md5sum, although you could make your own and
check them before burning to cd:

$ md5sum *.iso >> MD5SUMS
$ md5sum -c MD5SUMS

-Eric

-- 

Eric Sisler <[EMAIL PROTECTED]>
Library Applications Specialist
Westminster Public Library
Westminster, CO USA

Linux - Don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to