905 B
905 B
title | summary | date | lastmod | categories | tags | draft | |||
---|---|---|---|---|---|---|---|---|---|
72 increase disksize of a vm | Howdy. <small>The thumbnail was created with Google AI (Imagen 3).</small> | 2024-12-05T22:11:24+01:00 | 2024-12-08T11:14:36+0000 |
|
|
true |
- shutdown VM
qemu-img info -f raw vdisk1.img
qemu-img resize -f raw vdisk1.img +40G
- start Vm and login in terminal
sudo parted /dev/vda resizepart 2 100%
sudo btrfs filesystem resize max /
- reboot