Hi Is it possible convert an image-based VM to a LVM-based VM?? Thanks!! -- ---------------------------------------------------------- Luis R. Romano Estudiante de Ingeniería en Computación. FCEFyN - UNC. Twitter: @luirro777 Facebook: facebook.com/luirro Blog: www.luisrobertoromano.com.ar Linkedin: http://ar.linkedin.com/pub/romano-luis/9/265/848 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, 5 Aug 2011, Luis Roberto Romano wrote:> Is it possible convert an image-based VM to a LVM-based VM??Shut down the VM, then: dd if=file.img of=/dev/vg/volume bs=1024k oflag=direct where /dev/vg/volume is the same size as file.img. Adjust the VM''s configuration file and reboot. Steve _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
yes with dd 2011/8/5 Luis Roberto Romano <luisromano@gmail.com>> Hi > Is it possible convert an image-based VM to a LVM-based VM?? > > Thanks!! > > -- > ---------------------------------------------------------- > Luis R. Romano > Estudiante de Ingeniería en Computación. > FCEFyN - UNC. > > Twitter: @luirro777 > Facebook: facebook.com/luirro > Blog: www.luisrobertoromano.com.ar > Linkedin: http://ar.linkedin.com/pub/romano-luis/9/265/848 > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks... I had forgotten dd. 2011/8/5 Steve Thompson <smt@vgersoft.com>> On Fri, 5 Aug 2011, Luis Roberto Romano wrote: > > Is it possible convert an image-based VM to a LVM-based VM?? >> > > Shut down the VM, then: > > dd if=file.img of=/dev/vg/volume bs=1024k oflag=direct > > where /dev/vg/volume is the same size as file.img. Adjust the VM''s > configuration file and reboot. > > Steve >-- ---------------------------------------------------------- Luis R. Romano Estudiante de Ingeniería en Computación. FCEFyN - UNC. Twitter: @luirro777 Facebook: facebook.com/luirro Blog: www.luisrobertoromano.com.ar Linkedin: http://ar.linkedin.com/pub/romano-luis/9/265/848 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users