Skip to content

Instantly share code, notes, and snippets.

@pi0
Last active September 16, 2016 21:30
Show Gist options
  • Save pi0/e5360d4b40c18ff11faca64e14106513 to your computer and use it in GitHub Desktop.
Save pi0/e5360d4b40c18ff11faca64e14106513 to your computer and use it in GitHub Desktop.
pvcreate /dev/sda3
vgextend localhost-vg /dev/sda3
vgdisplay
lvextend -l +100%FREE /dev/mapper/localhost--vg-root
resize2fs /dev/mapper/localhost--vg-root
df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment