Use the following command to mount the ISO files in Linux

 
mount -o loop <ISO_FILE_NAME.ISO>  <MOUNT_POINT>
 
For Example:
 
mount -o loop linux-dvd.iso /mnt/linux-dvd/
 

Now you can goto /mnt/linux-dvd and check.. now you can see the ISO image contents