Jump to content

Burnt (not iso) Installer md5 sum


ianalis
 Share

Recommended Posts

Hi! Where can I get the md5 sum of the burned installers, not the iso? Also, can I just do md5sum /mnt/cdrom to get a cd's md5 sum? I remember that rh9 and fedora has the capability of checking its installers for errors. I wonder if mandriva will add that

Edited by ianalis
Link to comment
Share on other sites

I see. If I understand correctly, I should do

dd if=/dev/cdrom | head -c length_of_iso | md5sum

or

dd if=/dev/cdrom | head -c `stat --format=%s ISO_image` | md5sum

 

I can then compare the result to the md5 sum of the iso. That is logical since an iso is just the raw bytes to be burned unless there are headers, etc added to it.

 

Salamat! ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...