Skip to content

Instantly share code, notes, and snippets.

@joedeveloper
Created January 24, 2012 02:48
Show Gist options
  • Save joedeveloper/1667487 to your computer and use it in GitHub Desktop.
Save joedeveloper/1667487 to your computer and use it in GitHub Desktop.
Adventures in LVM
Credit due: http://www.linuxquestions.org/questions/fedora-35/lvm-partition-resizing-666683/
fdisk resize per above, reboot.
pvresize /dev/sda2
lvresize /dev/vg_scilux1/lv_root -l +100%FREE -r
done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment