Virtual Machine Low Disk Space #1085
|
Hello, I'm using the latest version of the VM, and running into an issue where I cannot install things due to low remaining disk space. When I boot up the VM, I get the following message as a pop-up: I'm trying to complete the instructions on the "getting started with the AI deck" tutorial as a precursor to the CPX communication example tutorial: I proceeded to tackle the issue by shutting down the VM and attempting to increase the allocated storage from the virtualbox manager: I did as suggested, but the issue remains unresolved. I was able to resize /dev/sda3 to include the new storage (~50 GB?), but the machine still doesn't seem to be using it. After adding the extra 2 GB, it appears under "unallocated" as shown here: I had the idea that perhaps I need to be resizing the space named "/dev/sda2", but am unable to do so - the unallocated space is not available in the resizing menu: If anyone has had this issue and can instruct me on how to rectify it, your help would be very much appreciated! |
Replies: 1 comment 1 reply
|
Hmm yeah, this seems to be a bug. The VM should have way more space available for the file system but for some reason, this was not added at the beginning. I made an issue about it here: bitcraze/bitcraze-vm#67 Basically, you've got to do the following in a terminal in the VM: And this needs to be redone every time you add disk space to the virtualbox vm and add it to the partition with gparted. I'm currently trying out downloading the dockerimage again to check this fix out :) |





Hmm yeah, this seems to be a bug. The VM should have way more space available for the file system but for some reason, this was not added at the beginning. I made an issue about it here: bitcraze/bitcraze-vm#67
Basically, you've got to do the following in a terminal in the VM:
And this needs to be redone every time you add disk space to the virtualbox vm and add it to the partition with gparted.
I'm currently trying out downloading the dockerimage again to check this fix out :)