Mounting ISO files

Post date: Jan 11, 2015 9:04:55 PM

Question! How to mount an ISO image file so that you can read its content.

Answer! Type the following command in the console :

mount -o loop <ISO file> <target directory>

Note! Replace <ISO file> and <target directory> by the corresponding names.