Re: Verify Burned CD\DVD?
- From: Bill Davidsen <davidsen@xxxxxxx>
- Date: Fri, 16 Mar 2012 21:18:37 -0400
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
- References:
- Verify Burned CD\DVD?
- From: Frank Murphy
- Verify Burned CD\DVD?
- Prev by Date: Re: Power off button acting differently?
- Next by Date: Re: Working with large directories
- Previous by thread: Re: Verify Burned CD\DVD?
- Next by thread: [no subject]
- Index(es):