Skip to content

Instantly share code, notes, and snippets.

@clifferson
Created August 20, 2014 01:47
Show Gist options
  • Save clifferson/34b925965ba20d4f3c11 to your computer and use it in GitHub Desktop.
Save clifferson/34b925965ba20d4f3c11 to your computer and use it in GitHub Desktop.
extend a lvm logical volume to all the free space
lvextend -l +100%FREE /dev/vg_name/lv_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment