Return to Snippet

Revision: 8083
at September 2, 2008 10:35 by xenonite


Initial Code
dd if=/dev/scd0 bs=Y count=X | md5sum

Initial URL


Initial Description
in Linux, check the size of the DVD first. This gives you the number of bytes. Divide that number by Y = 32768 (example blocksize) or similar (must be dividable), so you can give the proper block count X. Pipe that to md5sum and wait a little.

Initial Title
Check MD5 of CD / DVD

Initial Tags


Initial Language
Bash