How to mount an ISO image in Solaris

Create a loopback device file with lofiadm:

acadie# /usr/sbin/lofiadm -a /path/to/image.iso

This will create, for example, /dev/lofi/1 . It can be mounted as follows:

acadie# mount -F hsfs -o ro /dev/lofi/1 /mnt/dir

More notes