I am trying to install 64bit version of opensuse 11, but it seems to freeze when the installation system checks for packages configuration
I fear that the downloaded iso or the burned DVD are corrupted.
How can I check the md5 of the burned DVD?
Thank you all, I use quite always to check the md5sum of the downloaded iso
What I should want to do is to check if the iso is burned on the DVD correctly: but I understand that the only way is to make the burning software to verify the disk when finished.
No, there are other ways to verify the media… in fact the same way
the burners do. You read in the bits from the media directly and then
use md5sum for those. Check out the ‘dd’ command for info. A sample
could be:
dd =/dev/cdrom | md5sum
Now sometimes things are a bit strange and dd reads more data than it
should, so you can tell it exactly how many bytes to read, which should
be the number of bytes you burned from the ISO… so, with a
104857600-byte ISO you could read in 1K chunks at a time, get
100,000-ish of them, and that would look like the following:
dd ibs=1024 count=102400 if=/dev/cdrom | md5sum
In theory the md5sum from the media, assuming you pull in the same
number of bytes as the ISO had, and do so from the beginning, should
match. You’ll notice this operation takes some time… give it some.
Good luck.
mithrandir77 wrote:
> Thank you all, I use quite always to check the md5sum of the downloaded
> iso
>
> What I should want to do is to check if the iso is burned on the DVD
> correctly: but I understand that the only way is to make the burning
> software to verify the disk when finished.
>
> Thanks a lot
>
> Valerio
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
oops … so I was careless … forgot to apply a custom colour! Lets try again:
…
Post? I see no post! Do you see a post? Where?
But in seriousness … sometimes users just do not want to click on a link, even though it lays out the answer to their question quite clearly. … I find it frustrating, as it often takes me time to find a link, and then after finding it, after pasting it, the users simply ignore the link … >:(