Mounting an ISO image on Solaris

No doubt you’ve had experience with this under Linux (mount -o loop /root/animage.iso /mnt) or Windows (using Daemon Tools), but I had a need to do this under Solaris. Fortunately, it is a rather simple process using a relatively unknown command: lofiadm. (loopback file admin) lofiadm is a Solaris tool which can be used to

Read more ›