3
votes
1answer
607 views

Xen: Convert image to lvm with minimal downtime

My Goals: Convert all my DomUs from image-based to lvm-based Minimal downtime Minimal performance impact on other DomUs/Dom0 My plan / setup: All my images are in a big lvm-volume, all lvs for ...
0
votes
1answer
745 views

Open/Mount XEN image formatted using NTFS

I've created XEN image with dd some time ago. The image is formatted using the NTFS How it is possible to mount this image from Linux or Windows? Thank You very much!
0
votes
1answer
781 views

Converting raw image to LVM. Won't mount afterwards

According to this post, it should be okay, to use dd to convert a raw Xen image to LVM. What I have done dd if=/vm.img of=/dev/vg00/vm I can mount vm.img with mount -o loop vm.img /root/tmp. It ...
0
votes
2answers
121 views

Where to get domu images for quick deployment

I'm looking for a place where I can get prebuilt xen domu images like the readymade AMI's that amazon provides for quick deployment, but freely available to integrate into non EC2 environments. Do ...
3
votes
1answer
292 views

Good Xen image repository?

Does anyone know of a good image repo for Xen, sort of like Appliance store for VmWare? Also something like sourceforge but for xen, with tools and such? I know there used to be jailbreak.org - which ...