Weblog entry #103 for Steve
If you're using loopback devices on your Xen host, then contrary to the documentation you must add the following to /etc/modprobe.d/loop:
options loop max_loop=255
This will mean when you run "modprobe loop" you'll see the following in the output of dmesg:
loop: loaded (max 255 devices)
Every single piece of documentation I've read suggests using the directory /etc/modutils but that just does not work.
Comments on this Entry
[ Send Message | View dkg's Scratchpad | View Weblogs ]
more about this from debian-user during the somewhat bumpy 2.4 to 2.6 transition.
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Thanks for that explaination, that does help clarify things.
I guess that my suggestion above is going to be always true for Xen 3.x, since that mandates the use of the 2.6.x kernel.
[ Parent | Reply to this comment ]