.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.