Mounting the ISO File on a Linux System - Electronic Software Distribution

Electronic Software Distribution Guide

Product
Electronic Software Distribution
Release Number
16.20
16.10
16.00
15.10
15.00
Published
February 2018
Language
English (United States)
Last Update
2018-06-14
dita:mapPath
dza1515190675233.ditamap
dita:ditavalPath
ft:empty
dita:id
vvs1489590720800
Product Category
Software
  1. Log on to your Linux client as root and type the following command: mkdir /tmp2
  2. Copy the BCD0-XXXX-0000_Version_V1-1.iso file to your /tmp2 folder in your Linux system.
    /tmp2 is used in this example, but you can choose any directory. It is recommended that you choose a sufficiently large file system other than root in order not to fill up the root directory.
  3. Type the following commands:

    cd /tmp2

    mkdir MOUNTPOINT

    mount -o loop -t iso9660 BCD0-XXXX-0000_Version_V1-1.iso MOUNTPOINT

    cd MOUNTPOINT

    ls -l (there should be a setup.bat installation script)

  4. Follow the product installation guide to install the product.