Disk usage overstated?

I am using dedicated HA OS installation. According to Home Assistant, I am using 22.6Gb of space:

[core-ssh ~]$ df -h
Filesystem                Size      Used Available Use% Mounted on
overlay                 457.7G     22.6G    416.5G   5% /
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /media
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /ssl
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /addons
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /addon_configs
devtmpfs                 19.4G         0     19.4G   0% /dev
tmpfs                    19.4G         0     19.4G   0% /dev/shm
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /share
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /data
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /homeassistant
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /backup
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /etc/asound.conf
tmpfs                     7.8G      1.7M      7.8G   0% /run/dbus
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /run/audio
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /etc/resolv.conf
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /etc/hostname
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /etc/hosts
tmpfs                    19.4G         0     19.4G   0% /dev/shm
/dev/nvme0n1p8          457.7G     22.6G    416.5G   5% /etc/pulse/client.conf
tmpfs                    19.4G         0     19.4G   0% /proc/asound
tmpfs                    19.4G         0     19.4G   0% /proc/acpi
devtmpfs                 19.4G         0     19.4G   0% /proc/kcore
devtmpfs                 19.4G         0     19.4G   0% /proc/keys
devtmpfs                 19.4G         0     19.4G   0% /proc/timer_list
tmpfs                    19.4G         0     19.4G   0% /proc/scsi
tmpfs                    19.4G         0     19.4G   0% /sys/firmware

If I check with du, I am only using 997 MB. Where is the other 21.6 GByte used? :sob:

[core-ssh /]$ du -chd1 /
1.5M    /bin
4.0K    /srv
80.0K   /sbin
634.1M  /media
0       /dev
4.0K    /home
4.0K    /mnt
4.0K    /opt
0       /proc
24.0K   /tmp
2.1M    /etc
560.0K  /run
8.0K    /root
0       /sys
106.5M  /usr
80.0K   /var
6.3M    /lib
12.0K   /ssl
4.0K    /addon_configs
48.0K   /data
240.1M  /homeassistant
4.0K    /backup
4.0K    /addons
4.0K    /share
5.5M    /package
52.0K   /command
997.0M  /
997.0M  total

You are only looking at the use inside the Home Assistant container. There are other containers. e.g. Supervisor and each add-on.

You are looking in the space used by the core container. To get the real spaced use, you have to check at the console, or ssh in the OS

They are from SSHing into the Home Assistant container. Not the host machine. There are other containers outside the HA container your commands can not see. You need to log in to the host to see everything.

:man_facepalming: plus more characters to get to 10.