As a newbie I am a bit unsure of checking the iso download before burning to DVD.
'Checksums
Before you burn your CD/DVD images, you should check the files for errors. Two files named *.iso.md5 and *.iso.sha1 are available. These files contains hashes for each ISO image that is available from that download location. The relevant line would look like the following:
8abac6680ecc152f103006b02f9ff67f some.iso
To be sure that download did not contain any errors, you should create this number using MS5 or SHA1 algorithm for your own ISO image.
[edit]
Using Linux
On Linux, run one of the command,:
md5sum some.iso
sha1sum some.iso
If there is any difference between the output of the checksum command and the above number, the download is broken and should be repeated.’
Is some a linux command?
I assume it is run at the same location as the download?
Well, you basically issue a command in a console where the file is downloaded (you go there with “cd” as in change directory), then you simply type sha1sum/md5sum <file>.
If the sum differs don’t start downloading again, use any torrent client, it will download missing chunks without downloading whole file again.
Are you using Windows or any linux? Because if Windows then i know only a md5 sum tool.
If you use openSUSE 11.1 (i didn’t notice your signature, almost blind am i )
then you can simply check the file with aria2c (available for 11.1 and 11.2). Just find the metalink for openSUSE 11.2 and start downloading with it (works from console but is simple as:
aria2c <torrent or metalink file>
It also works with normal http files
Aria automatically ensures that the file is downloaded fine(like a torrent client i guess except http downloads but i never had problems with those either).
So if you already have the downloaded iso and it is wrong then just start downloading a new one with aria2c BUT substitute the file that is being downloaded )after stopping aria2c with Ctrl+C with the one you already downloaded (copy not cut, to be safe).
Can anyone please advise what text I need, I am downloading to a folder on the desktop and can open a terminal window, but have never downloaded Suse always purchased it.
I get
brian@linux-z3dx:~/Desktop/Suse 11.2> md5sum openSUSE-11.2-DVD-x86_64.iso
6a09295e34dc030319d040f67f4742c6 openSUSE-11.2-DVD-x86_64.iso
this looks incorrect - what is the best method of correcting. My download speed is quite low and took 8 hours.