Mounting an ISO in Linux

#mount -o <output_name> <source_iso.iso> /mnt/mount_destination
Eg, mount -o loop disk1.iso /mnt/disk`

After you are done, don’t forget to umount it ! And while doing the umount you have to be out of the directory to do that, otherwise it would be like getting the floppy out.. while writing on it.. Floppy sounds like a dog’s name..