Difference between revisions of "Qemu-img convert"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[qemu-img]]
+
{{lowercase}}
 +
[[qemu-img]] convert
  
  
 
5.0
 
5.0
 
* <code>qemu-img convert -n</code> now understands a <code>--target-is-zero</code> option, which tells it that the target image is completely zero, so it does not need to be zeroed again.<ref>https://wiki.qemu.org/ChangeLog/5.0</ref>
 
* <code>qemu-img convert -n</code> now understands a <code>--target-is-zero</code> option, which tells it that the target image is completely zero, so it does not need to be zeroed again.<ref>https://wiki.qemu.org/ChangeLog/5.0</ref>
 +
 +
 +
qemu-img convert -f raw [[nbd]]://localhost:10809/vda -0 raw Backup1.full.raw
  
  
Line 11: Line 15:
  
 
== See also ==
 
== See also ==
 +
* {{qcow2}}
 
* {{Qemu-img}}
 
* {{Qemu-img}}
  
  
 
[[Category:KVM]]
 
[[Category:KVM]]

Latest revision as of 20:39, 17 September 2021

qemu-img convert


5.0

  • qemu-img convert -n now understands a --target-is-zero option, which tells it that the target image is completely zero, so it does not need to be zeroed again.[1]


qemu-img convert -f raw nbd://localhost:10809/vda -0 raw Backup1.full.raw


Related terms[edit]


See also[edit]

  • https://wiki.qemu.org/ChangeLog/5.0
  • Advertising: