Mounting an ISO file on AIX

You can use a virtual drive to mount an ISO file to install RICOH ProcessDirector.
To mount an ISO file:
  1. Enter this command: ulimit -f unlimited.
  2. Transfer the ISO file to the computer. For example, place the file in the /aiw directory.
  3. Create a directory for the ISO file: mkdir /iso
  4. Mount the ISO file:
    loopmount -i <filename.iso> -o "-V cdrfs -o ro" -m /iso

    For example:

    loopmount -i aiw_aix.iso -o "-V cdrfs -o ro" -m /iso

  5. Before you run the setup script, change directories: cd /iso