2010/3/23 현해일 <pla...@gmail.com>: > Hi, my name is haeil. > > > > I want to get small linux image file for ARM platform or x86 platform. This > image file must be QCOW2 format because I want to use snapshot function. > > > > Already I did try to covert the raw image file(download from qemu.org) to > QCOW2 image format by using convert function. But, it’s not working on my > x86 PC. >
How did you use qemu-img command to convert the image? for me, the following command works in Windows environment: qemu-img convert -f raw -O qcow2 linux-0.2.img linux-0.2.qcow2 and even with compression: qemu-img convert -c -f raw -O qcow2 linux-0.2.img linux-0.2.cqcow2 and both of them boots. > > > So, how can I make the small linux image(QCOW2) for ARM platform? > > > > if you have any idea, please let me know. > > > > regards. > > > > -heail > >