2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

KVMのイメージの容量圧縮

Posted at

イメージ圧縮

KVMの仮想マシンを操作している間にイメージのファイルが肥大化してしまう事が多々ある。その場合以下の手順を踏むことでイメージを圧縮する事が出来る。

手順

sudo qemu-img convert -c -f qcow2 -O qcow2 /var/lib/libvirt/images/win7{,_new}.qcow2
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?