You are not logged in.

#1 2008-05-10 13:38:21

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

[solved] mount: could not find any device /dev/loop#

hello!

i got this error while trying to mount a iso-image

$ sudo mount -t iso9660 -o loop foo.iso foodir
mount: could not find any device /dev/loop#

i know that i have no loop device and i know how to create one. my question is, why is there no loop device? is there any config-file to look for?

thx, bye iggy

Last edited by iggy (2008-05-11 12:57:23)


sorry for my bad english smile

Offline

#2 2008-05-10 13:43:39

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: [solved] mount: could not find any device /dev/loop#

In the new kernel loop is compiled as a module. So to do the above mount, you need to 'modprobe loop' first.

Offline

#3 2008-05-11 12:57:09

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: [solved] mount: could not find any device /dev/loop#

bender02 wrote:

In the new kernel loop is compiled as a module. So to do the above mount, you need to 'modprobe loop' first.

thanks!


sorry for my bad english smile

Offline

#4 2008-05-26 02:10:39

pedepy
Member
Registered: 2007-02-21
Posts: 198

Re: [solved] mount: could not find any device /dev/loop#

this is crazy


chupocabra ... psupsuspsu psu psu

Offline

#5 2008-05-26 02:31:19

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: [solved] mount: could not find any device /dev/loop#

pedepy wrote:

this is crazy

I guess you need professional help smile

Offline

#6 2008-07-27 01:07:55

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: [solved] mount: could not find any device /dev/loop#

So can it be put in the modules list in /etc/rc.conf?

Offline

#7 2008-07-27 02:18:59

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [solved] mount: could not find any device /dev/loop#

solarwind wrote:

So can it be put in the modules list in /etc/rc.conf?

Yes.

Offline

Board footer

Powered by FluxBB