Linux increase number of loop filesystems allowed to be mounted simultaneously
You can mount DVD / CD iso images using loop module under Linux (Sun Solaris UNIX user can try out lofiadm command) . It would be good idea to increase the number of loop filesystems allowed to be mounted simultaneously by adding the following line to /etc/modprobe.conf file:
Task: Set maximum number of loop devices
Open Linux kernel module configuration file using text editor:
# vi /etc/modprobe.conf
Append loop module configuration parameter:
options loop max_loop=256
Where,
=> loop : module name
=> max_loop=256: Maximum number of loop devices (1-256)
This is useful on dedicated installation server. For example internally we have over 5 Linux distro ISO downloaded with new and old version number. We use iso for HTTP or FTP installation over LAN. By increasing limit to max you can avoid problems.
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Maximum number of processes Linux 2.6 kernel can handle
- Maximum Memory and CPU limitations for Linux server
- Quick tip: Play mp3 in loop using mplayer movie player
- What are BogoMips
- Increase the maximum number of pseudo - terminals ~ PTY on Linux for remote Login session
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: cd_iso, iso_images, linux_loopback_device, loop_module



Recent Comments
Yesterday ~ 4 Comments
Yesterday ~ 12 Comments
Yesterday ~ 6 Comments
Yesterday ~ 21 Comments
Yesterday ~ 1 Comment