Web Projects Outsourcing

Verifying an ISO Image or CDR/CDRW

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.