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
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|