2013/8/6 Liu Yuan <namei.unix at gmail.com>: > What is your process? Do you mean processor? AMD Turion(tm) II Neo N40L Dual-Core Processor > can you try 'qemu convert -f qcow2 -O qcow2 ...' too? The default format 'raw' > takes too long time on my box so I just test '-O qcow2'. time qemu-img convert -f qcow2 -O qcow2 wheezy_template.qcow2 wheezy_template_bis.qcow2 real 1m0.712s user 0m6.536s sys 0m8.197s I also tried to run the guest using wheezy_template_bis.qcow2 and works fine. |