Re: md5sum some ISOs

From: Bit Twister (BitTwister_at_localhost.localdomain)
Date: 05/26/04


Date: Wed, 26 May 2004 20:40:56 GMT

On 26 May 2004 11:25:44 -0700, cherico wrote:

> The values differ every time I execute "md5sum AAA.iso."

Then you have some bad hardware. Maybe cpu gets hot doing the math,
dma is sad, disk drive not delivering same data, bad memory chip.

I would start with a memory test.

http://www.memtest86.com/

Or from your cd:
Put the CD in the cdrom drive.
Place a floppy in the floppy drive.
Open a terminal window.
use "cd" command to move into the directory where the .bin file is kept.

use "dd" to write out the image to the floppy

dd if=./memtestx86.img of=/dev/fd0

http://freshmeat.net/projects/memtest86plus/
http://freshmeat.net/projects/stresslinux/
http://freshmeat.net/projects/cpuburn/