/ Published in: Bash
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dd if=/dev/scd0 bs=Y count=X | md5sum