Due to a mishap by me, the IGVC hard drive sizes are only 10GB large (which is a bit too small).
To increase the size of the hard drive, we can make use of utilities that Virtualbox provides.
- Turn off the VM (if it's on).
- Click on Settings -> Storage -> Storage Devices ->
igvc-XXXXXX.vdi
(the name might be different) - Take a note of the "Location" field
- Open the file explorer to the location of the "Location" field from just now
- Open a command prompt
- Paste in
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyhd
(Don't hit enter yet) - Drag the
igvc-XXXXXXX.vdi
file from the file explorer into the command prompt - Type in
--resize 25000
- The entire command should be
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" modifyhd "C:\Users\[username]\VirtualBox VMs\igvc\igvcXXXX.vdi" --resize 25000
- Hit enter. The command should show something like
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
- Continue by following these instructions
- Open finder to the location of the "Location" field from just now
- Open terminal
- Paste in
VBoxManage modifyhd --resize 25000
(Don't hit enter yet) - Drag the
igvc-XXXXXXX.vdi
file from finder into the command prompt - The entire command should be
VBoxManage modifyhd --resize 25000 "/Users/[username]/VirtualBox VMs/igvc/igvcXXX.vdi"
- Hit enter. The command should show something like
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
- Continue by following these instructions
- Start the Virtualbox VM
- Open terminal
- Type in
sudo apt install gparted
- It'll show something like
[sudo] password for robojackets
. Type inrobojackets
. It's normal that nothing shows when you type, so just type out the password normally and hit enter even though you don't see anything
- It'll show something like
- When it finishes installing, type in
gparted
in terminal. It (may) ask you for your password. Just type inrobojackets
. You should see a GUI screen pop up - Click the partition on the left, and then hit
Resize/Move
- Type in
0
for theFree space following (MiB)
, and click theResize
button - Hit the green checkmark at the top. Hopefully a loading bar will show, and you should see the partition take up all the space.