Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created December 5, 2013 16:41
Show Gist options
  • Select an option

  • Save maleficarum/7808809 to your computer and use it in GitHub Desktop.

Select an option

Save maleficarum/7808809 to your computer and use it in GitHub Desktop.
Resize disk using VBox and Linux SO
VBoxManage modifyhd OEL6-SOABPM-disk2.vdi --resize 250000
#Use gparted to resize and then ...
lvextend -L12G /dev/myvg/homevol
resize2fs /dev/myvg/homevol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment