<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 2, 2014 at 2:14 PM, Khalid Baheyeldin <span dir="ltr"><<a href="mailto:kb@2bits.com" target="_blank">kb@2bits.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra">Now, unlike the Amazon images, the full 3GB is allocated, instead of ~ 300MB or so, and is not qcow2 format. It says x86 boot sector and lots of other info.<br>

<br>virt-install refuses to allow me to specify a format when creating a new instance with a new hard disk image.<br><br>file:<br>t1.img:          QEMU QCOW Image (v2), 2361393152 bytes<br>t2.img:          x86 boot sector; partition 1: ID=0x83, active, starthead 32, startsector 2048, 5242880 sectors; partition 2: ID=0x5, starthead 155, startsector 5246974, 1042434 sectors, code offset 0x63<br>

<br>-rw-r--r-- 1 root   root  265M Aug  2 00:49 t1.img<br>-rwxr-xr-x 1 root   root  3.0G Aug  2 14:08 t2.img<br><br>Any way around this?</div></div></blockquote><div><br></div><div>Answering myself ...<br><br>The image can be converted from RAW to QCOW2 using:<br>
<br>$ qemu-img convert -c -f  -O qcow2 t2.img t2-out.img<br clear="all"></div></div></div><div class="gmail_extra">$ mv t2.img t2-raw.img<br>$ mv t2-out.img t2.img<br><br>$ ls -l *img<br>  3.0G Aug  2 14:08 t2-raw.img<br>
 495M Aug  2 14:32 t2.img<br><br></div><div class="gmail_extra">So significantly less space used with the -c (compress) flag.<br><br></div><div class="gmail_extra">Once you boot the VM and find that all is well, you can delete the raw image.<br>
</div><div class="gmail_extra">-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>
Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br>
</div></div>