Mounting an ISO in Solaris
April 03, 07 by cjgibbsFirst map the .iso file to a device:
# lofiadm -a /path/to/image.iso /dev/lofi/1
Note: You can mount more images by incrementing the lofi device number (/dev/lofi/2).
Now just mount it like a file system:
# mount -o ro -F hsfs /dev/lofi/1 /mnt/image
The ISO file should now be mounted at /mnt/image