[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Add more disk
If you want to try the method suggested by Andy Burns and you are not using GPLPV drivers, I believe you would have to modify it as follows: xm block-attach domu-name phy:/dev/vg-name/lv-name hdb w This may depend on your distribution, or I could even be wrong, but I think xvdb is a PV device that Windows won't know what to do with where hdb is a qemu device Windows will have a default driver for. Also, if it doesn't just show up and rescanning controllers in disk management doesn't work you might have to scan for hardware changes in Windows. All of that being said, if you want to do it on the fly, we need to know how it didn't work (error on the CLI, Windows didn't detect the device, Windows didn't recognize the device, etc). Also, regardless of whether you want to do it on the fly, if you want it to be permanent, it does need added to your config file (the same way as it was added on the fly if it was). Dustin -----Original Message----- From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Montervino, Mariano Sent: Friday, August 15, 2008 16:15 To: Xen-users@xxxxxxxxxxxxxxxxxxx Subject: RE: [Xen-users] Add more disk Thanks, but didnt work.. :) -----Mensaje original----- De: Andy Burns [mailto:xen.lists@xxxxxxxxxxx] Enviado el: Viernes, 15 de Agosto de 2008 15:18 Para: Xen-users@xxxxxxxxxxxxxxxxxxx Asunto: Re: [Xen-users] Add more disk 2008/8/15 Montervino, Mariano <mmontervino@xxxxxxxxxx>: > ¿How could I add more disk space and another partition to my Windows 2k3 > domu? I dont want to resize the C: partition a need a newone. Quite simple, use a new file or LVM partition (probably the same choice you use for the C: disk is good) on the domU and add it dynamically with e.g. xm block-attach domu-name phy:/dev/vg-name/lv-name xvdb w It should then be visible inside windows (You might need to rescan controllers in Disk management) and can be formatted. I'm using the GPLPV drivers and can't remember if the disk dynamically shows up when using tehe QEMU drivers. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |