Quote Originally Posted by lilsirecho
I have entered all the Klik details in fstab.

You mention "exec" which is not yet in the fstab listing. I assume if I add it , it would have to be added to all seven entries of /mnt/app.
Quote Originally Posted by man mount
exec
Permit execution of binaries.
Yes add it to all 7 entries.
Quote Originally Posted by lilsirecho
If I perform the usual "mount" command ....what coding would be necessary to mount the galculator.cmg image file in /mnt/app?
Please try the following in a command line and report any errors?
Code:
mount -o user,noauto,ro,loop,exec /mnt/app/Desktop/gcalculator.cmg /mnt/app/1
/mnt/app/1/wrapper
umount /mnt/app/1
Note that the program should run when you run /mnt/app/1/wrapper, or offer you a dialog box of programs to choose.