oe7drt-website/content/posts/2024/72-increase-disksize-of-a-vm/index.md

824 B

title summary date lastmod categories tags draft
72 increase disksize of a vm 2024-12-05T22:11:24+01:00 2024-12-07T09:52:28+0000
amateur-radio
computerstuff
draft_post
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