ECS allows you to import images in multiple formats. This topic compares the QCOW2, VHD, and RAW formats supported by ECS.
The following table describes the common image formats.
Format | Description | Feature |
---|---|---|
QCOW2 |
QCOW2 is a virtual machine image format implemented by QEMU, which can represent a fixed-size block device-type disk in the form of a file. |
|
VHD |
VHD is a virtual disk file format provided by Microsoft. Files in the VHD format can be compressed into a single file and stored on the file system of a physical host. It includes the file systems required to start ECS instances. |
|
RAW |
RAW files can be directly read and written by ECS instances. RAW is a format that provides the optimal performance and does not allow the space to dynamically grow. |
|