Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
device names in DomU: msg#00214
|
Subject: |
device names in DomU |
Hi,
I like to use harddisk device names other than hdx/sdx in DomU (because
I'm about to migrate a legacy system (which uses /dev/mdX devices) into
a xen DomU and I like to make sure that one day I won't mistake DomU's
/dev/hda1 with /dev/hda1 in Dom0 when running a mkfs ...)
if I specify
disk = ['file:/virtual/guest-root.img,sda1,w']
in DomU's cfg file, it works. but if I specify
disk = ['file:/virtual/guest-root.img,vxd1,w']
(or something like "md1") then xm create reports "Error: int argument
required".
any ideas ?
|
| |