On UNIX platforms, use the .iso image file directly through the DVD emulation provided with some of the operating environment DVD device drivers. For Linux systems, you can use the .iso image by mounting it on the .iso file system driver.
Follow these steps:
mount -t .iso9660 -o ro,loop,dev filename.iso /mnt/CAcd
The command mounts the .iso image file (filename.iso) at the /mnt/CAcd mount point.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|