The Cube - Assimilating Technology

The Cube

Mounting an ISO

For Humans only


Mounting an ISO Print E-mail


You don't need to burn a cd in order to access the files within the ISO.
You can mount it with some simple commands.

Here is how to mount the ISO from command line.

sudo modprobe loop
sudo mkdir /mnt/ISO
sudo mount <iso file> /mnt/ISO -t iso9660 -o loop
 
You can now access the image like any drive under /mnt/ISO
 
 
Share on facebook