Qcow
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Disk Image Formats |extensions={{ext|qcow}}, {{ext|qcow2}} }} qcow (QEMU Copy on Write) is a disk image format used with the QE...") |
Revision as of 04:16, 22 October 2013
qcow (QEMU Copy on Write) is a disk image format used with the QEMU hosted virtual machine monitor. It can't be mounted directly, but needs a separate utility to read it.File identification
The starting bytes are (hex) 51 46 49 FB
(ASCII QFI.
).