Hi, it seems that my storage is almost full. I did had some messages in my Unifi controller (running as add-on on hassio) and a system metric shows that 97.7% is now full of disk:
What can I do to check and free up disk space again?
Yes, same for me. I‘m also not sure if the „unused“ tag is trusty.
I searched by date, older versions and for images that are not installed anymore and deleted them.
By default your Database is stored in /config and called homeassistantv2.db or similar
Database is 244 MB. Not that big.
If you can ssh into the OS ( not the hassio container) you should be able to run that command.
Sorry, I do not run the Hassio HassOs image.
Yes I agree @anon34565116, question is how I can discover that. Currently I do not use camera’s. The majority of my integrations is Chromecast, XBOX and PS4
I do not know what commands are available in HassOS.
It apparently has dh. Does it have du (disk usage) ?
If I feel like guessing I would try du -sh /usr/share/hassio. If that looks like the large usage. you can cd down from there, looking for the culprit.
Otherwise. cd /ls to list the direcories there & try du -sh for each one of then, avoiding proc & dev. They are special and would likely hang.
Just at a guess and not being too familiar with Hassio it looks like multiple instances of Hassio are installed on that card. I may be way off but the partitioning definitely looks suspect.
I’d take a snapshot of my setup, clean that card and start from fresh. As @anon34565116 mentions randomly deleting files not knowing what files you are deleting is Russian roulette. It probably won’t end well.
That is a possibility too.
Try this command to clean up but be sure Hassio is running first. docker system prune This cleans up any old or unused images.
If Hassio is stopped it will get deleted too, so be careful
I ran the docker system prune command before, and did it again without a major result. Why do you think multiple hassio images are on this SD storage card @ConcordGE?