Previous Topic: Mounting Instructions for LinuxNext Topic: Mounting Instructions for AIX


Mounting Instructions for Solaris

The CA Gen Release 8.5 for Solaris is now distributed as an ISO file. Use the following instructions to mount the ISO file:

# mkdir -p {temporary mount location}
# lofiadm -a {iso file} 	(lofiadm creates a mountable device)
# mount -f hsfs -o ro {device} {temporary mount location}

Example:

# mkdir -p /mnt/iso-disk
# lofiasdm -a /tmp/CAGen85.Solaris.iso
# mount -f hsfs -o ro /dev/lofi/1 /mnt/iso-disk