qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu-img: unable to convert raw image > 2GB with git master


From: Mark Cave-Ayland
Subject: [Qemu-devel] qemu-img: unable to convert raw image > 2GB with git master
Date: Fri, 12 Sep 2014 09:57:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0

Hi all,

I've been trying to convert a raw disk partition from my laptop for use on VMWare player and I'm seeing the following error from qemu-img git master during conversion:

# qemu-img convert -f raw -O vmdk /dev/mapper/vm-raw out.vmdk
qemu-img: error while writing sector 4247552: Invalid argument

A quick glance at the resulting output file makes me thing that an artificial 2GB limit has accidentally been introduced:

# ls -l | grep out.vmdk
-rw-r--r-- 1 root root 2147483648 Sep 12 09:49 out.vmdk

Can anyone else reproduce this? The input /dev/mapper/vm-raw is simply a raw 4GB LVM partition on my local disk which is mapped through as a standard hard disk into QEMU.


Many thanks,

Mark.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]