How to test downloaded "ubuntu-12.04-desktop.iso" md5sum?

Asked by Daisy

How to test downloaded "ubuntu-12.04-desktop.iso" MD5SUM? The terminal answers "no such file or directory". Daisy.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Where is the file located in the file system and what is the output of:

pwd

Thanks

Revision history for this message
primefalcon (primefalcon) said :
#2

cd into the directory that your Ubuntu iso is in using a terminal and type in md5sum <filename>

Revision history for this message
Daisy (daisy-gk05) said :
#3

The file is located in the Documents.What must I type in terminal? Daisy.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

cd ~/Documents; md5sum ./ubuntu-12.04-desktop.iso

Revision history for this message
Daisy (daisy-gk05) said :
#5

It solves my problem and I have tested downloaded iso file now and a md5sum is ident as in the official Ubuntu Hashes webpage. But I have another question:I have tested the burned CD too and md5sum is the same as iso file. In the https://help.ubuntu.com/community/HowToMD5SUM is a such advise:"You would simply use a command to get the MD5hash of a burned image: " md5sum /dev/cdrom " .However this will almost NEVER be the same hash as the iso image,that was burned to the disk......"
     Yes,I do so, and the checksum is the same. Is it all right?
      And is it necessary to test every file of the burned CD or not?
   Please,excuse me for my English and thanks very much for Your help! Daisy.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#6

Yes MD5 should be done on each ISO so you know the data you downloaded is complete and consistent.

Revision history for this message
Daisy (daisy-gk05) said :
#7

Thanks actionparsnip, that solved my question.