My HA Disk Usage is more than 90%.
It is usually in 65%/70% and I noticed that the increase happened this month.
I have it installed on a Tanix TX3 Android box - 64 GB ROM / 4 GB RAM
Home Assistant 2023.5.2 | Supervisor 2023.04.1 | Frontend 20230503.3 - latest
Can anyone please help me?
Thanks.
Miguel
Check your recorder settings. Maybe you have large ha db. But anyway your system is using in my opinion too much space.
I have 22 containers aka addons and my system is currently using 44 GB.
Well generally speaking you don’t need all the data home assistant is collecting. It will grow your database very quickly. You can configure recorder to keep data you need ie. temperature values.
You have to set up recorder yourself in configuration.yaml file.
You can also check how big is your database. Navigate to your home assistant installation directory and find file home_assistant.db or something like that. Anyway this is file with*.db at the end and see how big is database file.
You can also call recorder service and purge everything older that ie 8 days.But don’t purge anything before you set up recorder.
Also check history and logbook for additional settings.
Look first of all you have to find out what is causing issue. When you find out what is going on than you can look out for solutions. By your first post something is filling your hd fast. You db is not large, so maybe problem might be somewhere in journal.
There are a lot of threads about this problem like this.
root@armhassio:/var/log# sudo du -sh -d 1 /var/log
du: warning: summarizing conflicts with --max-depth=1
Try ‘du --help’ for more information.
root@armhassio:/var/log#
root@armhassio:/var/log# cd /usr
root@armhassio:/usr# sudo du -sh *
322M bin
4.0K games
25M include
511M lib
92M libexec
52K local
21M sbin
7.3G share
4.0K src
There you go you found one dir that has GB usage. This is probably mostly home assistant which should be in /usr/share/hassio or homeassistant.
But this is not all. You probably have more dirs with gb usage. Check it like that one by one from root tree /.