Skip to content

Instantly share code, notes, and snippets.

@mikerodionov
Last active August 18, 2022 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikerodionov/23f9c7db2407d093ca847dc190148ffe to your computer and use it in GitHub Desktop.
Save mikerodionov/23f9c7db2407d093ca847dc190148ffe to your computer and use it in GitHub Desktop.
Extend LVM Partition with lvextend command in Linux
# https://www.linuxtechi.com/extend-lvm-partitions/
df -h /home/
sudo lvextend -L +31.50G /dev/mapper/rootvg-homelv
sudo resize2fs /dev/mapper/rootvg-homelv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment