Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: verifying md5 of dvd iso burn

  1. #11
    Join Date
    Nov 2008
    Beans
    57

    Re: verifying md5 of dvd iso burn

    I had exact same problem, after I burn the dvd, i always use
    md5sum /dev/cdrom
    to verify the image, and it never the same. What's the solution here?

  2. #12
    Join Date
    Mar 2009
    Beans
    14
    Distro
    Ubuntu

    Re: verifying md5 of dvd iso burn

    i have same problem

    so what the solution?

  3. #13
    Join Date
    Jul 2007
    Location
    Connecticut USA
    Beans
    1,865
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: verifying md5 of dvd iso burn

    Quote Originally Posted by rio2000 View Post
    i have same problem

    so what the solution?
    What app are you using to burn?

  4. #14
    Join Date
    Mar 2009
    Beans
    14
    Distro
    Ubuntu

    Re: verifying md5 of dvd iso burn

    What app are you using to burn?
    i am using k3b (and also brasero)

    i have no problem when verify CD iso, but i always fail verify dvd iso

  5. #15
    Join Date
    Apr 2009
    Beans
    228

    Re: verifying md5 of dvd iso burn

    FWIW...


    1. Downloaded Karmic amd-64 iso (bittorent/Azureus).
    2. Launched k3b, allowed it to generate md5sum. Result matches the md5sum posted on the Ubuntu releases web site. So far so good.
    3. Burned on fresh, blank, DVD-R media, after checking the "verify" option. Successful.
    4. Verification comes back with an error.
    5. In terminal, entered:
      Code:
      md5sum /dev/dvdrw3
      The generated md5sum was: a4e4558cf95928b20e1ca1ec7e9d9229
    6. This does not match the DVD Hash posted on https://help.ubuntu.com/community/UbuntuHashes , which is:
      Code:
      dc51c1d7e3e173dcab4e0b9ad2be2bbf ubuntu-9.10-desktop-amd64.iso
      Could this be because we're comparing a burned dvd with a compressed ISO? This seems to be what everyone else on this thread is reporting.


    However:
    I entered the following in a terminal (in the /media/Ubuntu 9.10 amd64 directory, which is where the burned DVD is mounted):
    Code:
    md5sum -c md5sum.txt | grep -v "OK$"
    This generates an md5sum hash of each and every file on the DVD and compares them to the hash values in the file named md5sum.txt on the same DVD, and will output all the non-matching file names. No output was generated, so I must conclude that the burning was successful and accurate.

    Am I incorrect in any of the above?

    If I'm correct that all the files on the CD/DVD are ok, then the instructions posted in the "Check the CD" section at https://help.ubuntu.com/community/HowToMD5SUM are incorrect, as they lead you to check your burned CD/DVD, meaning a decompressed/un-archived collection of files against an ISO archive.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •