None of these options worked for either but after reading up a bit on the matter I found that the loop module has been included in the latest linux kernel and needed to be changed there.
I am using Ubuntu 9.10.
What I did was is edit /etc/defaults/grub
and added the code max_loop=64 just after the GRUB_CMDLINE_LINUX_DEFAULT="quiet splash
* Don't forget to close the ( " ) after the max_loop=64 part!!Code:GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT="10" GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash max_loop=64" GRUB_CMDLINE_LINUX=""
Saved it then ran update-grub and rebooted the machine and thats it.
You can run ls /dev/loop* just to check it but you should see a total of 64 shiny new loop devices.
![]()



Adv Reply
Bookmarks