How to mount an ISO file under Linux:
With the following command you are able to mount ISO’s.
mount -o loop /path/isofile /mnt/dir/
How to mount an ISO file under Linux:
With the following command you are able to mount ISO’s.
mount -o loop /path/isofile /mnt/dir/