You are not logged in.

#1 2005-02-02 21:16:48

murkus
Member
From: Europe/Helsinki
Registered: 2004-03-19
Posts: 254

mounting dvd image

hi,

I have this dvd image I'd like to loop mount. Unfortunately all I get is this error:

[root] $ mount -t iso9660 -o loop DISC1.ISO files/

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
[root] $

To me it seems the command is correct. how to fix this?

.murkus

Offline

#2 2005-02-02 21:40:45

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: mounting dvd image

the type is different for DVD I think - not iso9660 but something UDF

Offline

#3 2005-02-02 22:18:39

murkus
Member
From: Europe/Helsinki
Registered: 2004-03-19
Posts: 254

Re: mounting dvd image

phrakture wrote:

the type is different for DVD I think - not iso9660 but something UDF

Thanks, but I forgot to tell that udf doesn't work either.. same error with both:

[root] $ mount -t udf -o loop DISC1.ISO files/

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
[root] $ 

.murkus

Offline

#4 2005-02-02 22:25:58

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: mounting dvd image

actually, I think the order matters:

# mount -o loop -t udf some-dvd.iso /mnt/some-dvd/

Offline

#5 2005-02-03 07:06:03

murkus
Member
From: Europe/Helsinki
Registered: 2004-03-19
Posts: 254

Re: mounting dvd image

phrakture wrote:

actually, I think the order matters:

# mount -o loop -t udf some-dvd.iso /mnt/some-dvd/

nope, didn't work either.. sad

I'm starting to get a feeling the iso is corrupted. What else could it be?


.murkus

Offline

#6 2005-02-03 15:55:13

murkus
Member
From: Europe/Helsinki
Registered: 2004-03-19
Posts: 254

Re: mounting dvd image

ok, I've come to a conclusion that the .iso was corrupted somehow. I managed to mount other image just fine..


.murkus

Offline

Board footer

Powered by FluxBB