Previous Topic: Mounting InstructionsNext Topic: Mounting on Solaris


Mounting on Linux

Run the following commands to mount the ISO file on Linux platform.

# 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