Under Solaris
Make the block device with lofiadm:
lofiadm -a /path/to/image.iso /dev/lofi/1Mount the image as a read-only hsfs filesystem:
mount -F hsfs -o ro /dev/lofi/1 /mountpointUnder Linux
mount -o loop image.iso /mountpoint
Under Solaris
Make the block device with lofiadm:
lofiadm -a /path/to/image.iso /dev/lofi/1Mount the image as a read-only hsfs filesystem:
mount -F hsfs -o ro /dev/lofi/1 /mountpointmount -o loop image.iso /mountpoint