Difference between revisions of "Qemu-img convert"
Jump to navigation
Jump to search
↑ https://wiki.qemu.org/ChangeLog/5.0
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
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
qemu-img
:qemu-img info
,qemu-img check
,qemu-img resize
,qemu-img create
, qcow2,qemu-img rebase
,qemu-img convert
,qemu-img commit
,qemu-img ammend
Advertising: