Difference between pages "Libnk2" and "QCOW Image Format"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) (New page: {{Infobox_Software | name = libnk2 | maintainer = Joachim Metz | os = Linux, FreeBSD, NetBSD, OpenBSD, Mac OS X, Windows | genre = {{Analysis}} | lice...) |
Joachim Metz (Talk | contribs) (→File types) |
||
| Line 1: | Line 1: | ||
| − | + | [[QEMU]] uses the '''QEMU Copy-On-Write (QCOW)''' files to store a disk image. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | == MIME types == | |
| − | + | == File signature == | |
| + | QCOW files start with hexadecimal: 0x51 0x46 0x49 0xfb (ASCII: "QFI.") | ||
| − | == | + | == File types == |
| + | Currently there are versions of the QCOW format; version 1 and 2. Version 2 is the preferred format. | ||
| − | + | == Contents == | |
| + | The QCOW format is used to store a disk image. | ||
| − | + | == Encryption == | |
| + | The QCOW2 format supports optional AES encryption | ||
| − | == | + | == See also== |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | * [http://people.gnome.org/~markmc/qcow-image-format-version-1.html The QCOW Image Format] | |
| + | * [http://people.gnome.org/~markmc/qcow-image-format.html The QCOW2 Image Format] | ||
| − | + | [[Category:File Formats]] | |
Revision as of 09:30, 31 December 2010
QEMU uses the QEMU Copy-On-Write (QCOW) files to store a disk image.
Contents |
MIME types
File signature
QCOW files start with hexadecimal: 0x51 0x46 0x49 0xfb (ASCII: "QFI.")
File types
Currently there are versions of the QCOW format; version 1 and 2. Version 2 is the preferred format.
Contents
The QCOW format is used to store a disk image.
Encryption
The QCOW2 format supports optional AES encryption