Mounting an ISO file on AIX
You can use a virtual drive to mount an ISO file to install RICOH ProcessDirector.
- Enter this command:
ulimit -f unlimited. - Transfer the ISO file to the computer. For example, place the file in the
/aiwdirectory. - Create a directory for the ISO file:
mkdir /iso - Mount the ISO file:
loopmount -i <filename.iso> -o "-V cdrfs -o ro" -m /isoFor example:
loopmount -i aiw_aix.iso -o "-V cdrfs -o ro" -m /iso - Before you run the setup script, change directories:
cd /iso