Verify MD5 checksum of Linux DVD / ISO ISO file using Windows XP / Vista

Q. How do verify my MD5 checksum of an ISO file under Windows XP? The Linux ISO images downloaded from the net onto Windows XP system.

A. Under Linux or UNIX you can use MD5 checksum command to calculate the MD5 checksum of a file or an ISO image.

Under Windows XP and other Windows operating system you need to use a special program called winMD5Sum. It is a simple open source Windows MD5 checke to calculate the MD5 checksum of a file or an ISO image.

Download winmd5sum

  • You can download the winmd5sum here
  • Install the software

MD5 checksum is one of the most common signature to make sure that a file that you have downloaded is not corrupt. Some websites post the MD5 checksum of a file on their download page. Once you have downloaded the file, use winMd5Sum to get the MD5 checksum of the file on your computer. Then make sure that the MD5 checksum from the web site is the same. If they are the same, then your file is exactly the same as the file on the website.

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 6 comments… read them below or add one }

1 Rob Bechard 05.31.08 at 3:26 am

winmd5sum looks like a very handy and helpful program. I downloaded and installed it, but it locks up every time I browse to the dvd iso that I downloaded. I cannot get it to work and I need to force it to close by using windows xp task manager.

2 kp 06.09.08 at 7:43 pm

Rob, As soon as you browse for the ISO, and select it, the process to compute the MD5 starts. It is a weird process, but who says programmers are in touch with their end users?

3 kace 10.07.08 at 7:07 pm

Yes, I saw the same thing as you Rob, and had two “not responding” processes in the task manager. But, after reading kp’s comment and seeing that they were still consuming a moderate amount of CPU, I decided to let them run a while and see. It finished. (And, my sum matched. Yay. :) )

4 Andrea 12.15.08 at 12:53 am

How do you find the MD5 checksum on the website you download the image from? I downloaded the Vixta 3D 9.03 iso and have no idea how to get the MD5 checksum to verify it.
Thanks!

5 Kushal Koolwal 02.22.09 at 12:11 am

Hi, do you know any software which is free and have the facility to upload the checksum file? All the one that I found they require you to copy/paste the checksum code.

6 Kate 03.04.09 at 1:00 pm

I started to use other application that doesn’t hang and has portable version just one file without installer. I used it for few days for quickly calculating md5 and sha1 checksums. It also has some improvements over other applications – stay on top, save last checksum used and what’s most important – save windows position, because I’ve had enough moving programs to the right of the screen every time I wanted to calculate checksum.
Search for Marxio File Checksum Verifier 1.2

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tagged as: , , , , , , , ,

Previous post: How do I start and stop NFS service?

Next post: Restrict Linux users to their home directories only