Created
August 27, 2014 16:45
-
-
Save jdoss/2d3cb298a3d8eab95dd4 to your computer and use it in GitHub Desktop.
The correct method of verifying your ISO you burned to CD is correct.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/sr0 bs=2048 count=`echo $(( $(ls -l your_iso_file.iso | awk '{ print $5 }') / 2048 ))` |md5sum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment