How to mount an ISO image in Solaris

Create a loopback device file with lofiadm:

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

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

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

Comments

Popular Posts