Mounting an ISO Image in Solaris

Date February 6, 2008 by Isaac

Table of contents for Solaris Administration

  1. Mounting an ISO Image in Solaris
  2. Showing Installed RAM in Solaris
  3. Unmounting an ISO Image in Solaris

I don't want to start a flame war, but I have never been fond of Solaris. It feels clumsy to me after using Linux for so long. However, my role at work has recently shifted and I have been forced into using Solaris. So, I am going to start posting little Solaris tidbits as I find them.

To mount an ISO image in Solaris it is a two step process. First, you need to create a block device out of the ISO image:

lofiadm -a /path/to/software.iso /dev/lofi/1

Next, perform the actual mount:

mount -F hsfs -o ro /dev/lofi/1 /mount/point

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>