Re: Verify Burned CD\DVD?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Frank Murphy wrote:
Thought it was isomd5sum /pathto/mounted/dvd

But no such thing as isomd5sum


Having not saved the md5sum to the image before burning you now have to limit your check to checking against the image file, or checking all the files for md5sum. For files you can do something like:

cd {my_image_base_dir}
find . -type f -exec md5sum "{}" \; |
(cd {mounted_cd_you_burned} && md5sum -c - | tee ful_list.md5 |
grep -v OK)

That will print anything other than OK message.

Note: I typed this in, read what you type!
--
Bill Davidsen  <davidsen@xxxxxxx>
    CTO TMR Associates Inc
"Depressions can be seen as malthusian cures for economic fevers
brought on by increasing separation between reality and beliefs among
economic decision makers"  -Paul Murphy

--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux