Previous Topic: Download the .iso Image FileNext Topic: Using .iso Image Files


Mount .iso Image Files Using Unix

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:

  1. Open a command prompt.
  2. Type a command similar to the following:
    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.