How to mount an ISO image in Solaris
Create a loopback device file with lofiadm: Test# /usr/sbin/lofiadm -a /path/to/image.iso This will create a device, for example, /dev/lofi/1 . Now It can be mounted as follows: Test# mount -F hsfs -o ro /dev/lofi/1 /mnt
How to mount an ISO image in Solaris Read More »