You are not logged in.

#1 2008-12-16 19:11:55

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

[SOLVED] i'm trying to mount an iso

hi,

im trying to mount a cd image, but am getting the following error,

[root@arch image]# mount -t iso9660 -o loop image.iso cd1
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

[root@arch image]# dmesg | tail
sdd: rw=0, want=3934207, limit=3934147
attempt to access beyond end of device
sdd: rw=0, want=3934208, limit=3934147
usb 2-1: USB disconnect, address 3
loop: module loaded
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
[root@arch image]#

any ideas?

Last edited by ninjaprawn (2008-12-16 20:30:18)


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#2 2008-12-16 19:27:11

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: [SOLVED] i'm trying to mount an iso

What if you omit -t?

Offline

#3 2008-12-16 20:14:42

Xauthority
Member
From: ../
Registered: 2008-11-03
Posts: 61

Re: [SOLVED] i'm trying to mount an iso

Maybe you should also specify the mount point as an absolute path ( I mean just cd1 is not that clear, not that the system get confused with symlinks in /dev? )

Last edited by Xauthority (2008-12-16 20:17:21)

Offline

#4 2008-12-16 20:19:33

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: [SOLVED] i'm trying to mount an iso

thanks for the quick responses!

if i omit the '-t', i get the help file.

if i give full paths to mount point and image, i get the exact same error!


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#5 2008-12-16 20:24:55

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: [SOLVED] i'm trying to mount an iso

I meant omit -t iso9660.

Offline

#6 2008-12-16 20:26:50

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: [SOLVED] i'm trying to mount an iso

@Procyon
awsome! thanks, that worked!!


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#7 2008-12-16 20:28:40

hrobeers
Member
From: Belgium
Registered: 2008-11-05
Posts: 79

Re: [SOLVED] i'm trying to mount an iso

Here's what you need:

# mknod /dev/loop0 b 7 0
# mknod /dev/loop1 b 7 1
... (# iso's you want to mount)

# mount -t iso9660 -o loop /path/to/cdimage /mnt/mount_point

Offline

Board footer

Powered by FluxBB