tsites
tsites computer tuition, website design, network security
articles

Open a terminal and switch to root with su
(if you never set up root, use 'sudo passwd root', and choose a root password twice)

sudo mkdir /media/iso

(make a directory called 'iso' in /media)

Then type:

sudo modprobe loop
sudo mount /home/username/desktop/path_to_iso/file.iso /media/iso -t iso9660 -o loop

(replace '/home/username/desktop/path_to_iso/file.iso' with the path to your iso file)

Back to Forum Listing