1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 11:35:58 +02:00

qemu-img: add progress display (#17522)

This commit is contained in:
Managor 2025-08-06 18:23:10 +03:00 committed by GitHub
parent 36e2ed89e3
commit 7be81b0603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,9 +19,9 @@
`qemu-img map {{path/to/image_file.img}}`
- Convert a VMware `.vmdk` disk image to a KVM `.qcow2` disk image:
- Convert a VMware `.vmdk` disk image to a KVM `.qcow2` disk image and display [p]rogress:
`qemu-img convert -f vmdk -O qcow2 {{path/to/image_file.vmdk}} {{path/to/image_file.qcow2}}`
`qemu-img convert -f vmdk -O qcow2 -p {{path/to/image_file.vmdk}} {{path/to/image_file.qcow2}}`
- [c]reate an internal snapshot of a KVM `.qcow2` disk image: