-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to allow more than 40GB storage capacity #160
Comments
@dandonahoe Yes it is, havn't done it myself but..
Alternatively.. You can resize the box itself like so: hashicorp/vagrant#2339 (comment) |
@Braunson I got these errors with this config: ` ["modifyhd", :id, "--resize", 8096] The following error was experienced: #<Vagrant::Errors::VBoxManageError: There was an error while executing Command: ["modifyhd", "c389bcec-a4ae-407c-972f-4e671fac9358", "--resize", "8096"] Stderr: VBoxManage: error: The given path 'c389bcec-a4ae-407c-972f-4e671fac9358' is not fully qualified Please fix this customization and try again. |
@zacker330 Have you instead tried option #2 re-sizing the box? hashicorp/vagrant#2339 (comment) |
Adding this to the docs in next release. Thanks guys |
I'm importing a SQL dump file that's ~100GB, but the scotch-box appears to have a fixed size of 40GB. When I attempt most of the advice online of running:
VBoxManage modifyhd "/Users/[name]/VirtualBox VMs/vagrant_default_1450926405979_88764/box-disk1.vmdk" --resize 128000
I get the error:
Is it possible to put the desired storage size in the Vagrant file?
The text was updated successfully, but these errors were encountered: