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

[Issue report] Storage amount incorrect #111

Open
deathblade666 opened this issue Dec 6, 2020 · 12 comments
Open

[Issue report] Storage amount incorrect #111

deathblade666 opened this issue Dec 6, 2020 · 12 comments
Labels
solved & solution provided Read this, we have a fix for you

Comments

@deathblade666
Copy link

Describe the bug or issue
total storage is displaying as 4GB 2.1GB is being used out of the box.

Describe your setup

  • Raspberry pi 4 B 4GB, 32GB sdcard
  • ChromiumOS r86 r1
  • N/A

To Reproduce
Steps to reproduce the behavior:

  1. check Storage management in settings

Expected behaviour
Show full sdcard size (minus system and out of box files)

Screenshots and/or hardware setup photos
If applicable, add screenshots to help explain your problem. If your problem is hardware related, it's much easier to include a photo of how your setup looks like.

Additional context
Due to this I am unable to enable Linux(beta)

@deathblade666 deathblade666 changed the title [Issue report] [Issue report] Storage amount incorrect Dec 6, 2020
@PatrickChenHZ
Copy link

You should manually expand partition. I suspect there is not an auto repartition script in chromium pi like offcial rpi images does. Gparted or anything similar on windows or mac should do.

@yunshansimon
Copy link
Member

You can do it manually. Try this command in the shell:
sudo /usr/sbin/expand-partition.sh -d $(findmnt -n -o source /mnt/stateful_partition)
Or
sudo rm /mnt/stateful_partition/.autoexpanded The system will try expand the partition on next booting.

@deathblade666
Copy link
Author

Thanks guys,

That did it.

@techie59
Copy link

Hello,
Once installed, I go to the terminal but the ChromeOS says that it does not know the sudo command. Do I do something wrong?

@techie59
Copy link

You can do it manually. Try this command in the shell:
sudo /usr/sbin/expand-partition.sh -d $(findmnt -n -o source /mnt/stateful_partition)
Or
sudo rm /mnt/stateful_partition/.autoexpanded The system will try expand the partition on next booting.

Hello,
Under which application in Chrome OS do you type this command?
Thanks,

@fydeos-alpha
Copy link
Member

Under which application in Chrome OS do you type this command?

In Chromium OS desktop press ctrl + alt + t and then type shell to invoke web-based bash shell

@Ruffio
Copy link

Ruffio commented Jan 5, 2021

Shouldn't this issue be closed since it has been resolved?

@fydeos-alpha
Copy link
Member

Shouldn't this issue be closed since it has been resolved?

Leaving these common issues here in a more prominent place to help beginners..

@Ruffio
Copy link

Ruffio commented Jan 5, 2021

Is it common to close resolved issues. It is better to update the readme page with relevant FAQ/informations.

@HawkCollective2890
Copy link

I ran power wash and it corrected it.

@locness3
Copy link

Or sudo rm /mnt/stateful_partition/.autoexpanded The system will try expand the partition on next booting.

Is this file added on first boot after attemtping to auto-expand, or is it already present? If it is the first, why would the auto-expand complete without succeeding?

@locness3
Copy link

Is it common to close resolved issues. It is better to update the readme page with relevant FAQ/informations.

+1. Issue tickets are not designed to work as searchable documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved & solution provided Read this, we have a fix for you
Projects
None yet
Development

No branches or pull requests

8 participants