Linux Resize Disk

Expand Space without Rebooting VM Current usage disk with lsblk command And here is LVM partition table First step we need grow partition in /dev/sda3, install package growpart first dnf install -y cloud-utils-growpart Then we resize partition with this command growpart /dev/sda 3 See the different before and after, if you don’t use LVM partition scheme just execute resize2fs /dev/sda3 to full fill the partition. pvresize /dev/sda3 pvs vgs ...

September 1, 2024 · 2 min · 220 words · Viki Pranata