qemu-img: add convert example (#3321)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
f30e7ed891
commit
17210be8d5
@@ -17,3 +17,7 @@
|
|||||||
- Dump the allocation state of every sector of the specified disk image:
|
- Dump the allocation state of every sector of the specified disk image:
|
||||||
|
|
||||||
`qemu-img map {{image_name.img}}`
|
`qemu-img map {{image_name.img}}`
|
||||||
|
|
||||||
|
- Convert a VMWare .vmdk disk image to a KVM .qcow2 disk image:
|
||||||
|
|
||||||
|
`qemy-img convert -O qcow2 {{/path/to/file/foo.vmdk}} {{/path/to/file/foo.qcow2}}`
|
||||||
|
Reference in New Issue
Block a user