

In the Virtual Machine list view, right-click on the VM and click Edit Settings. Click in the left menu on Virtual Machines. Read the VMware documentation about cloning and converting virtual machine disks with vmkfstools. The vmkfstools command offers the ability to clone virtual machine content and also convert from one virtual machine disk (.vmdk) format into another. The steps are the same for other ESXi versions.
#Convert vmdk to vmx files how to
In this step by step guide, you will learn how to convert a thick provisioned lazy zeroed disk to thin on VMware ESXi 6.7. Convert thick provisioned to thin with vmkfstools in ESXi Shell (command line)
#Convert vmdk to vmx files license
You can use VMware converter or command line if you don’t have vCenter, you only have one ESXi host, or don’t want to spend a license to get more features. If you do have vCenter configured, it’s best to move a VM with VMotion and select the virtual disk format Thin Provision in the wizard. Read more about Thick and Thin Provisioning: What Is the Difference? How to convert thick provisioning to thinĬonvert thick disk provisioning to thin on VMware ESXi with the options: A thin-provisioned virtual disk consumes only the space that it needs initially, and grows with time according to demand.

Thick Provision Eager Zeroed: is a disk that gets all of the required space still at the time of its creation, and the space is wiped clean of any previous data on the physical media.This type of disk can be created more quickly, but its performance will be lower for the first writes due to the increased IOPS (input/output operations per second) for new blocks. This old data is not erased or written over, so it needs to be “zeroed out” before new data can be written to the blocks. Thick Provision Lazy Zeroed: is a disk that takes all of its space at the time of its creation, but this space may contain some old data on the physical media.Clone the VMDK to a thin provisioned disk using vmkfstools Convert thick provisioned to thin with vmkfstools in ESXi Shell (command line).How to convert thick provisioning to thin.
