1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

qemu-img: add convert example (#3321)

This commit is contained in:
rakafo 2019-10-05 13:39:24 +03:00 committed by Starbeamrainbowlabs
parent f30e7ed891
commit 17210be8d5

View file

@ -17,3 +17,7 @@
- Dump the allocation state of every sector of the specified disk image:
`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}}`