diff --git a/0.KVM b/0.KVM new file mode 100644 index 0000000..7834dd9 --- /dev/null +++ b/0.KVM @@ -0,0 +1,7 @@ + + +Convert the existing disk in a new dynamic size disk + +```bash +qemu-img convert -f qcow2 -O qcow2 -o preallocation=off old.qcow2 new.qcow2 +```