Storage Usage - Home Assistant Green

Not sure whether this is the best location for this…

I recently got a Home Assistant Green as a starter into HA. I’ve been running it for about 2 weeks now, and I notice that my storage is already showing around 38% full (think it was in the teens when I first set it up).

I have added a handful of add-ons, integrations, etc.

Is there any way to see where that space is being used? Connecting in via terminal/ssh I can see that yes I am using about 40%…

[core-ssh /]$ df -h                                                                                                                                                            
Filesystem                Size      Used Available Use% Mounted on                                                                                                             
overlay                  28.0G     10.6G     16.1G  40% /                                                                                                                      
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /homeassistant                                                                                                         
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /ssl                                                                                                                   
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /media                                                                                                                 
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /backup                                                                                                                
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /data                                                                                                                  
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /share                                                                                                                 
devtmpfs                  1.6G         0      1.6G   0% /dev                                                                                                                   
tmpfs                     1.8G         0      1.8G   0% /dev/shm                                                                                                               
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /addon_configs                                                                                                         
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /addons
tmpfs                   747.7M      1.4M    746.3M   0% /run/dbus
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /run/audio
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /etc/asound.conf
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /etc/resolv.conf
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /etc/hostname
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /etc/hosts
tmpfs                     1.8G         0      1.8G   0% /dev/shm
/dev/mmcblk0p8           28.0G     10.6G     16.1G  40% /etc/pulse/client.conf
tmpfs                     1.8G         0      1.8G   0% /proc/asound
devtmpfs                  1.6G         0      1.6G   0% /proc/keys
devtmpfs                  1.6G         0      1.6G   0% /proc/timer_list
tmpfs                     1.8G         0      1.8G   0% /proc/scsi
tmpfs                     1.8G         0      1.8G   0% /sys/firmware

…but a “du” only shows around 500MB usage…

[core-ssh /]$ pwd
/
[core-ssh /]$ du -h -d 1
0       ./dev
183.0M  ./usr
4.0K    ./srv
544.0K  ./run
20.0K   ./tmp
4.0K    ./mnt
2.0M    ./etc
0       ./proc
4.0K    ./opt
8.0K    ./root
6.4M    ./lib
140.0K  ./sbin
4.0K    ./media
80.0K   ./var
4.0K    ./home
0       ./sys
1.7M    ./bin
4.0K    ./addons
281.7M  ./homeassistant
4.0K    ./share
4.0K    ./addon_configs
4.0K    ./ssl
4.0K    ./backup
48.0K   ./data
13.4M   ./package
52.0K   ./command
489.1M  .
[core-ssh /]$

I get that it’s likely there’s something the console/ssh user isn’t able to see via a “du” (e.g. add-ons), so is there a way to get detailed usage including “hidden” data?