-
Notifications
You must be signed in to change notification settings - Fork 258
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
Disc Space at 100% #127
Comments
You're lucky. I have the 32gb card on a Pi 4, and running 6 images, it fills up after about 3 hours. I started being more selective with the links I'm having it check, but I have a feeling it has something to do with the Chromium issue detailed at #120 . Haven't been able to figure out a fix yet, hoping someone comes up with an idea. |
So how do you clear up space again? I cant imagine I have to reinstall raspberry pi OS every few hours and reinstall docker snd this code. Is there a command to run to delete the stored caching?? |
When you run inventory-hunter, it should create a |
Log folder is at 22.2 Mb I have reinstalled the OS 3 times now because after a day it fills up the 16 gb card. On initial set up I usually have around 7-8 gb left after installing OS and Inventory Hunter. Not sure what is getting stored literally in hours to fill up a 16 or 32 gb card. I cant even open a browser window now since there is no storage left. As a side not inventory hunter is literally the only program on the OS as there are all fresh OS installs. |
I noticed outside of inventory hunter in the Proc folder there are thousands of folders. Is this normal?? |
Stopping all the docker images appears to get rid of all that temporary data. The I just restart them. |
The files that grow (at least on my end), are located here:
|
How do you turn off boot to desktop. Works for me. I access via ssh anyways. |
I still plan on having cron stop all the docker images and restarting them once a day, just in case. Better than having it do it every couple of hours tho |
@bluecow82 How do you set it up to auto restart the dockers each day so I don't have to do it manually? THanks for all your help by the way. |
I created a bash script that runs the processes I want to run and one that stops them. Then I use cron: |
Ok thanks but that seems to be more complicated than I had hoped for. I will just do it manually. I just did it and yes over 7gb unused for now. |
Any fixes for this that still allows the use of Desktop? From my log directory txt files it seems like Amazon and Bestbuy containers are the culprit as they are experiencing the chromium error |
Can you try again with the latest image? I undid a recent change I made that I think is causing this issue: 121c4c5 |
That did the trick! Thanks Eric |
I installed the base version of Raspberry Pi OS when setting up Inventory-Hunter. I am using a 16gb SD card on a raspberry pi 3. After getting this program set up and updating the OS, I had almost 8 gb of unused space. After running this program for 2 days I am out of space and used 100% of my 16gb. Is there a way to clear the cache or stopping it from using so much disc space? I do a df -h command and I am at all 16gb used in the /dev/root directory. Thoughts??
The text was updated successfully, but these errors were encountered: