LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   ISO mounting problems.. (https://www.linuxquestions.org/questions/suse-opensuse-60/iso-mounting-problems-355219/)

EchoWarrior 08-20-2005 12:42 PM

ISO mounting problems..
 
Hi there :)

Im trying to mount .iso file to Linux. I use command
mount -t iso9660 -o loop /home/echowarrior/StarCraft/Starcraft.iso /mnt/iso

But I get
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

Is there something wrong on my command or what?

Thanks for everyone who answers :)

PenguinPwrdBox 08-20-2005 12:44 PM

do not use -t iso9660.

Simply:

mount -o loop /home/echowarrior/StarCraft/Starcraft.iso /mnt/iso

EchoWarrior 08-20-2005 12:45 PM

It says now
mount: you must specify the filesystem type

PenguinPwrdBox 08-20-2005 12:48 PM

Odd.
Try:
mount -t auto /home/echowarrior/StarCraft/StarCraft.iso /mnt/iso -o loop

EchoWarrior 08-20-2005 12:49 PM

Hmmh... It still says that i must specify a filesystem type..

PenguinPwrdBox 08-20-2005 12:53 PM

What do you get when you run:
file /home/echwarrior/StarCraft/StarCraft.iso
?

EchoWarrior 08-20-2005 12:54 PM

What you mean run? In console with ./Starcraft.iso or what?

EchoWarrior 08-20-2005 12:58 PM

When I run it from Konqueror, it opens in k3b wich says it isn't usable image.. I have converted it from img to iso

PenguinPwrdBox 08-20-2005 12:59 PM

I would say you have a bad .iso.
when I mean run - what happens when you type that command in a terminal?

Why not just mount -o loop the .img file?

EchoWarrior 08-20-2005 01:04 PM

Yeah. It is just bad image because I can mount my Kylix 3.0 image...

Well thank you anyway :)


All times are GMT -5. The time now is 10:12 PM.