|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] The Problem of Creating a domain
> [6] ctivating swap partitions: swapon: /dev/hda7: No such device or address
> [6] [FAILED]
> [6] ioctl 80041272 not supported by xl_block
> [6] Finding module dependencies: depmod: Can't open
> /lib/modules/2.4.24-xeno/modules.dep for writing
> [6] [FAILED]
> [6] Checking filesystems
> [6] Couldn't find matching filesystem: LABEL=/policy
Edit your /etc/fstab on /dev/hda8 so that it includes a device
name rather than a Label for your filesystems (The standard
kernel configuration doesn't have devfs)
Also, if you want to use hda7 for swap in the new domain you'll
need to make it available:
vbd_list = [ ('phy:hda8','hda8','w'), ('phy:hda7','hda7','w') ]
However, your fdisk output suggests that you might be using
hda7 as swap for domain0. Don't use the same swap partition for
domain 1 !!!
Ian
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] The Problem of Creating a domain,
Ian Pratt <=
|
|
|
|
|