[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] ESX 4.1 does not recognize the converted VMDK file
From: |
Fam Zheng |
Subject: |
Re: [Qemu-discuss] ESX 4.1 does not recognize the converted VMDK file |
Date: |
Wed, 21 Oct 2015 20:58:04 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, 10/21 08:02, Flavio Borup wrote:
> ESX 4.1 does not recognize the converted VMDK file
>
>
>
> I´ve converted a VHDX file to .VMDK file with the following command:
>
>
>
>
>
> qemu-img convert -f vhdx "source.vhdx" -o subformat=monolithicFlat -O vmdk
> "destination.vmdk"
>
>
>
>
>
> I want a fixed size .VMDK, so, mission accomplished, a 16GB (dynamic) .VHDX
> turned into a 65 GB .VMDK file (the actual size of the disk)
>
>
>
> In vSpehere client, the file was uploaded to the storage (2 files, a little
> “flat” file and another 65 GB .VMDK file)
>
>
>
>
>
> But...
>
>
>
> The vSphere client does not recognize anything in the directory, showing an
> empty folder. I tried to move the converted .VMDK files to another
> directory with other regular .VMDK files, all files were seen, expect the
> converted .VMDK file.
>
Can you create a working monolithicFlat file with vSphere and compare it with
the converted one? vSphere is known to be picky on some fields in undocumented
way..
Fam