Previous Topic: UpgradesNext Topic: Mounting Instructions for Solaris


Mounting Instructions for Linux

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

# mkdir -p {temporary mount location}
# mount -o loop {iso file}  {temporary mount location}

Example:

# mkdir -p /mnt/iso-disk
# mount -o loop /tmp/CAGen85.Linux.iso /mnt/iso-disk