Skip to content

Instantly share code, notes, and snippets.

@amunchet
Last active August 20, 2024 20:41
Show Gist options
  • Save amunchet/b14701277391ceab3f79a2914ab174c7 to your computer and use it in GitHub Desktop.
Save amunchet/b14701277391ceab3f79a2914ab174c7 to your computer and use it in GitHub Desktop.
Rescan VM disk resize
# Must be done as root
echo 1 > /sys/class/block/sda/device/rescan
# For LVM
fdisk /dev/sda # For the resizing - delete it, then recreate it.
pvresize /dev/sda3
lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment