As usual, there are more than one way of verifying an ISO image, two of them below:
diff /dev/cdrom image.iso
or
mount /mnt/cdrom; mount -t iso9660 iso.image /mnt/isotest -o loop; diff -r /mnt/cdrom /mnt/isotest
As usual, there are more than one way of verifying an ISO image, two of them below:
diff /dev/cdrom image.iso
or
mount /mnt/cdrom; mount -t iso9660 iso.image /mnt/isotest -o loop; diff -r /mnt/cdrom /mnt/isotest