Unmounting an ISO Image in Solaris

Date February 9, 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

As a follow up to a previous post, here is how to unmount an ISO image in Solaris. In Linux mounting and unmounting ISO images is a one step process, not two like in Solaris.

Unmount the image:

umount /mount/point

Delete the block device:

lofiadm -d /dev/lofi/1

Comments are closed.