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:
parent
f30e7ed891
commit
17210be8d5
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue