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