blog/how-to-expand-the-disk-on-a-ubuntu-vm #3
Unanswered
Replies: 1 comment
-
Okay so an update if using LVM and ubuntu 24.04. Run
To increase the size we'll follow these steps: Certainly. Here's a succinct outline of the steps in GitHub-flavored markdown format: Prerequisites
Steps
Verify new partition size: sudo fdisk -l /dev/sda Resize physical volume:
Resize filesystem: sudo resize2fs /dev/ubuntu-vg/ubuntu-lv Verify new size: df -h Note |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/how-to-expand-the-disk-on-a-ubuntu-vm
Learn how to expand the disk on a debian based virtual machine.
https://www.billyjacoby.com/blog/how-to-expand-the-disk-on-a-ubuntu-vm
Beta Was this translation helpful? Give feedback.
All reactions