Difference between revisions of "Qemu-img convert"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
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
  
  

Revision as of 16:18, 30 September 2020

qemu-img


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


See also

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