|
No, but it is quite easy to create, here is a possible way
use the "dd" command to create a 690mb (not 700, it probably wont write) with input from /dev/urandom .
They burn the image on the disk while keeping a copy. Now, use "dd" again, but to create an image from /dev/cdrom (replace with your device). Now, with the diff command, compare both. In theory, it with. I can confirm that it work with HDD, but never tried on a CD. It may have some kind of header that will create a 100% failure result, but if you can go around it and compare actual data, it will work. It's not really a test suite, but it's a test precise down to the binary level.
|