Skip to content

Instantly share code, notes, and snippets.

@lrivallain
Last active August 29, 2015 14:03
Show Gist options
  • Save lrivallain/1af6df06b6a684edcc0c to your computer and use it in GitHub Desktop.
Save lrivallain/1af6df06b6a684edcc0c to your computer and use it in GitHub Desktop.
Extend a logical volume (LVM/Ext3)
lvextend -L8G /dev/mapper/rootvg-opt_lv
umount /opt/
e2fsck -f /dev/mapper/rootvg-opt_lv
resize2fs /dev/mapper/rootvg-opt_lv
mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment