[PLD Linux VM images] --- https://www.pld-linux.org/people/glen/vm-info?rev=1388577504 +++ https://www.pld-linux.org/people/glen/vm-info @@ -11,8 +11,14 @@ $ tar xf pld64.box $ qemu-img convert -c -O qcow2 box-disk1.vmdk pld.qcow2 </code> + If you get error like ''qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3'', you can convert it with ''VboxManage'' and try again: + <code> + VBoxManage clonehd box-disk1.vmdk --format VMDK box-disk2.vmdk + </code> + + The problem is [[https://lists.gnu.org/archive/html/qemu-devel/2013-11/msg03652.html|worked on]], but not yet in qemu as of 1.7.0. ==== Grow a disk ==== The VM contains 80GiB disk in LVM PV, default LVM allocation is rather minimal to get base packages installed and may be small when you actually copy files there.
Diff URL: https://www.pld-linux.org/people/glen/vm-info?do=diff&r1=1388577504&r2=1394011681 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
