Mounting ISO images in Linux
Want to get one file out of a big .ISO file? Or maybe you just want to see the contents of an ISO file. You can mount ISO file directly in Linux. Simple!
mount -o loop /path/to/file.iso /path/to/mount/point