Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:md5sum [2011/05/02 22:22] Guywiki:md5sum [2012/08/28 17:17] (current) kennedywalker
Line 1: Line 1:
-====== Using the md5sum to Check if a File has been Corrupted ======+====== Use md5sum to Check if a File has been Corrupted ======
  
-If you download the Tiny Core iso, or another file, you can check if it has been corrupted by verifying the md5sum.+If you download the Tinycore iso, or another file, you can check if it has been corrupted by verifying the md5sum.
  
-To check the md5sum while running Tiny Core or another Linux distribution, open the terminal and type:+To check the md5sum while running Tinycore or another Linux distribution, open the terminal and type:
  
 <code>cd path <code>cd path
 md5sum name</code> md5sum name</code>
  
-For example if you had tinycore_3.6.iso in /home/tc/dl, you would type:+For example if you had the file [[http://distro.ibiblio.org/tinycorelinux/4.x/x86/archive/4.5.6/TinyCore-4.5.6.iso|tinycore-4.5.6.iso]] in /home/tc/dl, you would type:
  
 <code>cd /home/tc/dl <code>cd /home/tc/dl
-md5sum tinycore_3.6.iso</code>+md5sum tinycore-4.5.6.iso</code>
  
-Compare the md5sum generated, with the one on the site you downloaded Tiny Core from.+Compare the md5sum generated, with the one on the site you downloaded Tinycore from.
  
-If the md5sum is different, the file has been corrupted, and it needs to be download again.+In case of the example above, the output of the //md5sum// command should be: 
 + 
 +<code>3da0ad44a0f0603542d9e1034eca9d2d  TinyCore-4.5.6.iso</code> 
 + 
 +For our example, the reference value to compare with, will be in file [[http://distro.ibiblio.org/tinycorelinux/4.x/x86/archive/4.5.6/TinyCore-4.5.6.iso.md5.txt]] 
 + 
 +If the md5sum is different, the file has been corrupted during the download. 
 + 
 +To fix thingsdelete the corrupted file and try to download again.
  
Print/export
QR Code
QR Code wiki:md5sum (generated for current page)