LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Mobile (https://www.linuxquestions.org/questions/linux-mobile-81/)
-   -   Mounting Image with eeepc. (https://www.linuxquestions.org/questions/linux-mobile-81/mounting-image-with-eeepc-716630/)

mrtle 04-03-2009 01:53 PM

Mounting Image with eeepc.
 
Hey

Long time since i last had linux.

My brother is here with his Eeepc 900 and where trying to play Heroes of might and magic 3.

I got the iso for the game however i cannot manage to get a program to mount it with. Aceton dident work i think because its KDE based.

Please help me, what program can i get or is there a simple built in command for mounting Iso's?

Thanks

MS3FGX 04-03-2009 02:09 PM

You don't need any software to mount an ISO. Just run the command:

Code:

mount -o loop ./filename.iso /mnt/mountpoint

repo 04-03-2009 02:15 PM

or in every file browser, right click on the iso => extract here

mrtle 04-03-2009 03:25 PM

ok so i tried this:

sudo mount -o loop ./HMM3-Linux.iso.bz2 /mnt/hmm3
mount: you must specify the filesystem type


i also tried: -sudo mount -o loop -t iso9660 ./HMM3-Linux.iso.bz2 /mnt/hmm3
mount: you must specify the filesystem type

but dident work.

sorry for the noob questions hehe.

peace

thanks in advance

repo 04-03-2009 03:28 PM

Quote:

HMM3-Linux.iso.bz2
First unzip the file
Code:

bunzip2 HMM3-Linux.iso.bz2


All times are GMT -5. The time now is 02:36 PM.