Skip to content

Instantly share code, notes, and snippets.

@jdoss
Created August 27, 2014 16:45
Show Gist options
  • Save jdoss/2d3cb298a3d8eab95dd4 to your computer and use it in GitHub Desktop.
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.
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