.QCOW 文件扩展名
QEMU Copy On Write Disk Image
| 开发者 | 不适用 |
| 受欢迎程度 |
3.9 | 22 票 |
什么是 QCOW 文件?
Disk image file saved in the QEMU Copy On Write (QCOW) format, a format used by QEMU virtualization software; stores the contents of a virtual machine's hard drive; supports zlib compression and AES encryption of separate, independent clusters.
更多信息
QEMU differs from other virtualization policies that allocate fixed amounts of disk space, in which some of the empty space may go unused. QEMU's strategy delays allocation of storage until the disk space is needed, which allows for smaller file sizes.
注: The QCOW format has been replaced by the QCOW2 format, which uses the .QCOW2 file extension.