|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Tutorial for Windows guest on Xen
On Fri, 2008-11-07 at 11:40 +0700, Peter Privat wrote:
> Any clues?
> /Peter
You might try 'modprobe loop' if its not already loaded (the lsmod
command will tell you if it is)
If its not, you probably want to put that in /etc/modules (or whatever
is appropriate for your distro), likely you'll want:
loop max_loop=64
I believe the default value is 8, which you'll quickly consume.
It looks like loop is modular in your kernel and isn't being inserted on
boot.
Cheers,
--Tim
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|