Skip to content
Discussion options

You must be logged in to vote

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:

sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
sudo resize2fs /dev/ubuntu-vg/ubuntu-lv

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 :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@knmcguire
Comment options

Answer selected by LucasTheIntern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants