How can i increase the number of loopback devices which can be mounted at one time ?
If the loopback driver is compiled-in, use max_loop=<n> kernel commandline parameter from grub/lilo. If its compiled as a module, use modprobe loop max_loop=<n>.
--Swapnil -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
