Bug 106263 - Only 8 loop devices - and don't get released automatically
Summary: Only 8 loop devices - and don't get released automatically
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Beta 1
Hardware: All All
: P5 - None : Enhancement
Target Milestone: ---
Assignee: Hubert Mantel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 19:34 UTC by Alexey Eremenko
Modified: 2005-08-23 10:35 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Eremenko 2005-08-22 19:34:48 UTC
Because I mount a lot of CD's, there is a bug waste of loop devices.   
   
After I mount an iso with "-o loop" option to /mnt/vcdrom for example,  
then mount a second, third, and 8th CD-ROM.   
I suddely have no more loop devices.  
  
Currently there are only 8 loop devices allowed simultaneously, what's worse,  
after I mount the second CD-ROM on the same directory as the first one - the  
first loop devices doesn't get unmounted automatically.  
  
So please:  
1) make sure the old CD Isos are unmounted automatically, if on their place a  
newer ISO is mounted  
2) extend loop devices to 128 maximum.   
3) It would be good to include "ISO Mount" software in the OS.  
It's a KDE add-on which allows mount ISOs from Konqueror. (right clicking the  
ISO)
Comment 1 Christoph Thiel 2005-08-23 10:35:09 UTC
ad 1) That something that you should really do with a little shell script, if  
you really need it. This is nothing that should be done automaticly by the  
kernel.  
  
ad 2) You can bump up the max number of loop devices on boot with the option:  
    
  max_loop=128  
  
  [Maximum number of loop devices (1-256)]  
  
ad 3) Please file an extra bugreport / enhancement request for that.