[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: max loop devices problem



Hello sardu mohamadu,

On Sun, Dec 03, 2006 at 01:41:18PM +0100, sardu mohamadu wrote:
> Before all, I'm new, so excuse my possible mailinglisting errors.
> 
> I'm trying to mount more than 8 loop file systems, and I can't. I have
> followed a thread in this mailinglist telling how to do that, but It
> has not work to me.
> 
> First, information of my system:
> ---------------------------------------------------------
> # cat /etc/debian_version
> testing/unstable
> 
> # uname -a
> Linux xxxxx 2.6.16-2-686 #1 Sat Jul 15 21:59:21 UTC 2006 i686 GNU/Linux
> 
> # lsmod |grep loop
> loop                   14472  16
> 
> # cat /proc/cmdline
> root=/dev/hda1 ro max_loop=64

I seem to remember that one has to write the name of the module
before the option, like "loop.max_loop=64", if loop is a module
and not compiled into the kernel. I'm not too sure, but this is
something you could try ;-) 

If it doesn't work, an alternative may be to create a file
/etc/modprobe.d/loop (for 2.6 kernels, it's different for 2.4 iand
earlier) and put into it "options loop max_loop=64".

cheers,
Max



Reply to: