Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created February 4, 2013 02:19
Show Gist options
  • Save tomoyukiinoue/4704680 to your computer and use it in GitHub Desktop.
Save tomoyukiinoue/4704680 to your computer and use it in GitHub Desktop.
VirtualBoxの可変ストレージの容量を拡張する
$ VBoxManage modifyhd <VDIのパス> --resize 60000
(新しいサイズはMBで指定)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment