Skip to content
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

not all allocated diskspace used by VM #67

Open
knmcguire opened this issue Dec 12, 2023 · 1 comment
Open

not all allocated diskspace used by VM #67

knmcguire opened this issue Dec 12, 2023 · 1 comment
Assignees
Labels

Comments

@knmcguire
Copy link
Contributor

The VM upon startup, seems to only have 3.5 Gb available even though there is more disk available. Some users in the discussions are hitting that limitation: https://github.com/orgs/bitcraze/discussions/1085

These commands to extend the disk space for the filesystem needs to be added (credit to @ataffanel )

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

This needs to be redone every time the user adds more disks through the virtual machine disk manager and have added it through gparted or something similar.

@ataffanel
Copy link
Member

Let's fix it when releasing the new VM version.

@ataffanel ataffanel self-assigned this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants