Solaris ISO images (create & mounting)

Creating an iso image
# mkisofs -o /tmp/foo.iso /var/tmp/dir

Mounting the same isoimage:
# lofiadm -a /tmp/foo.iso /dev/lofi/1
# mount -F hsfs -o ro /dev/lofi/1 /mnt