Part 11 - How to Free Disk Space on Raspberry Pi OS
If you are on Home Assistant Docker,the possible sources of large disk space usage:
Auto Backups
Home Assistant Database
Addons data cache (eg. ESPHome Addon)
Media or share (if not network attached storage)
tts
.git
docker images
docker logs
If you have access to a shell(eg. using the Terminal&SSH Addon), make sure to run
login
To get full access.
You can first try
du -h -d 1 /
You can play with variations of this, for example
du -ah -d4 / | sort -hr | head -n 20
Comments
Be the first to post a comment