Introduction
Introduction Statistics Contact Development Disclaimer Help
### Mounting an ISO image in Linux ###
CD-ROMs are often distributed (or pirated) digitally in the form of ISO images.…
[You probably need to be root to do all of this]
To mount the image, simply issue the following command:
mount -t iso9660 -o loop image.iso /mnt/isoimage
where image.iso is the filename of the ISO image and /mnt/isoimage is the direc…
After doing this, you will be able to navigate through the ISO's files, startin…
When you are finished looking at the files, unmount the ISO:
umount /mnt/isoimage
You are viewing proxied material from gopher.viste.fr. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.