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

Leave a Comment

Your email address will not be published. Required fields are marked *

CAPTCHA * Time limit is exhausted. Please reload the CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top