You should be able to navigate to the /media/iso folder and see the contents of the ISO image. If you want to unmount the iso, use the following command:

sudo modprobe loop

sudo mount filename.iso /media/iso -t iso9660 -o loop

Stay tuned, we’ll post a howto about using these ISO images from within the GUI.