|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Mount LVM
2008/8/18 Chris Edwards <cedwards@xxxxxxxxxxxxxxxx>:
> Is there a way for me to mount a Xen LVM that I have setup with a virtual
> machine installed on it?
Do you mean you want to temporarily mount the domU's disk (LV) on the
dom0 while the domU is stopped? In which case, look at "kpartx" which
can create /dev/mapper devices for each partition within the LV
You can stack LVs if you happen to use LVM inside the domU too but
you'll need to do a "vgscan" and "vgchange -ay" to find and activate
the nested VG after the device is created for it before you can access
the LVs within it.
Or perhaps you mean something different?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|