To MOUNT an ISO image in Linux
mount disk1.iso /mnt/iso/ -t iso9660 -o ro,loop
(or)
mount -o loop disk1.iso /mnt/iso/
(Ex:- mount -t iso9660 -o loop /opt/Software_Dumps/RHEL4.7-x86_64-AS-DVD.iso /mnt/local/ )
disk1.iso – The image you want to mount
/mnt/iso/ – Mount Point
Thanks & Regards
Sravan Kumar E