Mounting an ISO file
You can use a virtual drive to mount an ISO file to install RICOH ProcessDirector.
- Create the ISO mounting point. For example,
mkdir /isomount
. - Transfer the ISO file to the computer. For example, place the file in the directory
/tmp/RPD.iso
. - Mount the ISO file using this command:
mount -o loop /<location of ISO>/<mounting point>
For example:mount -o loop /tmp/RPD.iso /isomount