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:
parent
36e2ed89e3
commit
7be81b0603
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue