Created
December 5, 2013 16:41
-
-
Save maleficarum/7808809 to your computer and use it in GitHub Desktop.
Resize disk using VBox and Linux SO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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