Various tid bits that I find useful.
Home
How to mount an iso file on linux:Use the command: mount -o loop -t iso9660 file.iso /mntThe mount directory is /mnt.
mount -o loop -t iso9660 file.iso /mntThe mount directory is /mnt.