Is there a simple way to verify that a CD image was correctly written to the CD? Ie, I use cdrecord to burn test.iso to a cd-r. Then I do 'md5 test.iso'. Then is there some magic combination of dd flags which will let me do dd if=/dev/cd0c ...... | md5 and compare the two? Thanks -Dan