HA OS (hassio retired more then 3 year ago) is a minimal linux os built on buildroot that has one job: running a bunch of docker containers, including a Supervisor dockor container, a Home Assistant docker container, a DNS docker container, etc. Add-ons are nothing more than docker containers with some extra glue to be able to be managed by Supervisor.
If you want to access the host, SSH to port 22222, see
Ok, thanks
I’ve got DEV access on SSH using port 22222
This is what I found
Most of the used space is in /mnt/data/supervisor and in /mnt/data/docker
# # du -h -d 1 /mnt/data
# 12.7G /mnt/data/supervisor
-sh: 12.7G: not found
# 16.0K /mnt/data/lost+found
-sh: 16.0K: not found
# 496.0M /mnt/data/logs
-sh: 496.0M: not found
# 17.4G /mnt/data/docker
-sh: 17.4G: not found
# 33.2G /mnt/data
-sh: 33.2G: not found
#
Inside supervisor with ** the consuming space
# du -h -d 1 /mnt/data/supervisor/
12.0K /mnt/data/supervisor/dns
168.0K /mnt/data/supervisor/apparmor
4.0K /mnt/data/supervisor/emergency
**2.7G /mnt/data/supervisor/mounts**
44.0K /mnt/data/supervisor/audio
4.0K /mnt/data/supervisor/addon_configs
360.7M /mnt/data/supervisor/homeassistant
4.0K /mnt/data/supervisor/.mounts_credentials
7.8M /mnt/data/supervisor/media
**2.3G /mnt/data/supervisor/backup** this is my needs
3.1M /mnt/data/supervisor/share
14.0M /mnt/data/supervisor/ssl
**5.7G /mnt/data/supervisor/addons**
**1.7G /mnt/data/supervisor/tmp**
12.7G /mnt/data/supervisor/
First of all, is there a way to clear /mnt/data/supervisor/tmp ?
In the /mnt/data/supervisor/addons I found that the most space consuming is the esphome addon, and particularly in the folder cache idf_components
I will try to remove the esphome project that I don’t use (anymore) and see if something changes.
Regarding the /mnt/data/docker/, the space is on folder /mnt/data/docker/overlay2
Of course, I’m NOT going to do anything from this SSH session, I’m just analyzing