Hi,
Welcome to LQ!
The 'md5sum' or 'hash' is very important to learn to use and too regularly get in the habit of utilizing it. You can get a sum checker for M$ if need be; '
md5sum.exe'.
For GNU/Linux the '
man md5sum' will get you all the information to perform the check. You can get the 'man command' from the 'cli' at anytime.
If you downloaded the CD/DVD ISO then be sure to check the md5sum for the original ISO. From the cli;
Code:
~#cd /downloadisolocation #cdromiso.iso & cdromiso.md5
~#md5sum -c cdromiso.md5 #substitute the correct name to check
If the ISO md5 is OK then you should check the image burn with
'CdromMd5sumsAfterBurning''.
This way you will know if the burn was OK!
This will check the download ISO with the known md5sum that you should get with the ISO. You should do the check for any download that you might perform, even a LiveCD. Plus burn the image. Sometimes you may need to lower the burn rate to get a valid burn.

The above links and others can be found at '
Slackware-Links'. More than just SlackwareŽ links!