[Ilugc] Regarding loop devices!

  • From: metallica_tony@xxxxxxxxx (K.Sriram)
  • Date: Mon, 1 Mar 2004 02:51:09 -0800 (PST)

 It's not necessary to edit the Kernel source to 
  increase the no. of loop devices supported by your
  kernel. Just give an argument 
    max_loop=<no. that u want>
  while u boot if u have compiled in. or
    insmod <mod_name> max_loop=<no. that u want>
  if u have put as a module.
 
 some lines from the kernel ( drivers/block/loop.c )

 MODULE_PARM (max_loop, "i");
 MODULE_PARM_DESC (max_loop, "Max no. of loop dev
(1-255)" );
 
 This shows that no. of loop devices supported is
dynamic. The default value is 8.  

--- Praveen Kumar <praveen@xxxxxxxxxxx> wrote:

Hi all,

I am planning to increase the maximum number of loop
devices by editing 
the kernel source. I need this for mounting Debian
SID ISO images. I 
plan to make it to 24 instead of default maximum 8.

I just wanted to know why the default maximum is 8.
Are there any 
performance issues if I number of loop devices
exceed 8. Did anybody 
increase beyond that and face any problem?

Thanks and Regards,
Praveen.

-- 

+----------------------------------------+--------------+
| Praveen Kumar                          |    .''`. 
   |
| praveen AT symonds DOT net             |   : :'  :
   |
| praveen AT users DOT sarovar DOT org   |   `. `'` 
   |
| Registered GNU/Linux user #332525      |     `-   
   |

+----------------------------------------+--------------+


_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx
with 
"unsubscribe <password> address"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


=====
##################################################
 
Personal email : metallica_tony@xxxxxxxxx 
Personal HomePage : http://m-net.arbornet.org/~sriramk ;( development ) 
                                     What I felt , 
                               What I have known , 
                     Never shined in thru what I have shown 
                                                                                
 -------- Metallica 

Registered GNU/Linux User  #346087 
Free(dom) Software - For the people, by the people, to the people. 
 
##################################################

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

Other related posts: