Difference between revisions of "Qcow2"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == Activities == * Extend LVM on qcow2 images")
 
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[wikipedia:qcow2]]<ref>https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/interop/qcow2.txt;hb=HEAD</ref> is a [[file format]] for [[disk image]] files used by [[QEMU]]. qcow2 support [[AES]] and multiple [[snapshots]].
  
 +
A qcow2 image file is organized in units of constant size, which are called (host) clusters. A cluster is the unit in which all allocations are done, both for actual guest data and for image metadata.<ref>https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/interop/qcow2.txt;hb=HEAD</ref>
 +
 +
 +
[[qcow2]] internal [[snapshots]] are best avoided in favour of [[extenal snapshots]]. <ref>https://www.berrange.com/posts/2017/02/10/the-surprisingly-complicated-world-of-disk-image-sizes/</ref>
  
  
 
== Activities ==
 
== Activities ==
 
* [[Extend LVM on qcow2 images]]
 
* [[Extend LVM on qcow2 images]]
 +
* Read about <code>raw</code> files and <code>[[qcow2]]</code> differences: https://www.berrange.com/posts/2017/02/10/the-surprisingly-complicated-world-of-disk-image-sizes/
 +
 +
 +
==Related terms ==
 +
* <code>[[qemu-img info]]</code>, <code>[[qemu-img create]]</code>, <code>[[qemu-img convert]]</code>
 +
* [[qemu-system-x86_64]]
 +
* <code>[[guestmount]]</code> command to mount <code>[[qcow2]]</code> images
 +
* <code>[[.raw]]</code>
 +
* <code>[[.vdi]]</code>
 +
* [[zlib]]
 +
* <code>[[/var/lib/libvirt/images/]]</code>
 +
 +
== See also ==
 +
* {{qcow2}}
 +
* {{qemu-img}}
 +
* {{KVM}}
 +
 +
 +
 +
[[Category:KVM]]

Latest revision as of 19:14, 11 December 2023

Advertising: