[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] How to Backup and Restore MBR within Logical Volumes?
On Thursday 12 November 2009, Mr. Teo En Ming (Zhang Enming) wrote: > Hi All, > > I have several Xen virtual machines within logical volumes using LVM2. I > did not use disk images for performance reasons. > > Conventionally, if I want to clone my virtual machines, I have to dd the LV > to an image file. But this consumes a lot of time and harddisk space. > > So, instead of doing that, I want to use losetup and kpartx with my logical > volumes, which contain operating systems of virtual machines. > > I can backup the filesystems of a virtual machine in this way: > > # losetup /dev/loop1 /dev/virtualmachines/windows7-x64 > Are you sure you need to call losetup first ? I remember I used kpartx directly on the lvm containing my vbd. Also, I think you can treat the lvm based vbd as a real disk. So dd if=/dev/virtualmachines/windows7-x64 of=mbr.w7-x64 bs=512 count=1 should backup your mbr. Anyone correct me if I'm wrong please. Geert -- Kobalt W.I.T. Web & Information Technology Brusselsesteenweg 152 1850 Grimbergen Tel : +32 479 339 655 Email: info@xxxxxxxxxxxx _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |