Types of supported Virtual Disks on ESXi/ESX hosts
search cancel

Types of supported Virtual Disks on ESXi/ESX hosts

book

Article ID: 308992

calendar_today

Updated On:

Products

VMware vSphere ESXi

Issue/Introduction

This article provides an overview of the types of virtual disks supported by ESXi/ESX.

Symptoms:


Environment

VMware vSphere ESXi 6.0
VMware vSphere ESXi 5.1
VMware ESXi 4.1.x Embedded
VMware vSphere ESXi 5.0
VMware ESXi 4.0.x Installable
VMware ESX Server 3.5.x
VMware ESX 4.0.x
VMware vSphere ESXi 5.5
VMware ESXi 3.5.x Installable
VMware ESX 4.1.x
VMware ESXi 3.5.x Embedded
VMware ESXi 4.0.x Embedded
VMware ESXi 4.1.x Installable

Resolution

The supported disk formats in ESXi/ESX are:
  • Thick Provision Lazy Zeroed (default) – Space required for the virtual disk is allocated during the creation of the disk file. Any data remaining on the physical device is not erased during creation, but is zeroed out on demand at a later time on first write from the virtual machine. The virtual machine does not read stale data from disk.

  • Thick Provision Eager Zeroed – Space required for the virtual disk is allocated at creation time. In contrast to thick provision format, the data remaining on the physical device is zeroed out during creation. It might take much longer to create disks in this format than to create other types of disks.

  • Thin Provision – Space required for the virtual disk is not allocated during creation, but is supplied and zeroed out, on demand at a later time.

  • thick – Space required for the virtual disk is allocated during creation. This type of formatting does not zero out any old data that might be present on this allocated space. A non-root user cannot create disks of this format.

  • rdm – Virtual compatibility mode for raw disk mapping.

  • rdmp – Physical compatibility mode (pass-through) for raw disk mapping.

  • raw – Raw device.

  • 2gbsparse – A sparse disk with 2GB maximum extent size. You can use disks in this format with other VMware products, however, you cannot power on sparse disk on a ESX host till you reimport the disk with vmkfstools in a compatible format, such as thick or thin.

  • monosparse – A monolithic sparse disk. You can use disks in this format with other VMware products.

    Note: monosparse disks are not supported in ESXi 5.5 and later.

  • monoflat – A monolithic flat disk. You can use disks in this format with other VMware products.

Note: Some of these disk types may be not be available, depending on the version of ESXi/ESX you are using.

Use these commands to create a virtual disk:

vmkfstools
-c --createvirtualdisk <size>[kK|mM|gG]
-a --adaptertype [buslogic|lsilogic] <srcfile>
-d --diskformat [thin|zeroedthick|eagerzeroedthick]

Also, you can manually create a VMFS volume. For more information, see Manually creating a VMFS volume using vmkfstools -C (1009829)

For more information on the vmkfstools command, see, the Using vmkfstools section in the vSphere Storage Guide.

For more information about disk formats, see:



Additional Information



Manually creating a VMFS volume using vmkfstools -C
ESXi/ESX ホストでサポートされる仮想ディスクのタイプ
ESXi/ESX 主机上支持的虚拟磁盘类型