Disk usage. If no path is provided via the optional argument, the integration defaults to ‘/’ (root). Note: The disk usage sensors do not support monitoring folder/directory sizes. Instead, it is only concerned with “disks” (more specifically mount points on Linux).
Feb 22, 2019 · Something is eating my disk space. Since a week i’m running hassio and I noticed that my disk usage is growing every day. Last friday I used less than 2GB. Today i’m using 4.56GB and every day it increase. My home-assistant DB and log are together 109MB. I have influxdb running which is logging ha & Glances.
10.06.2019 · Does it have du (disk usage) ? If I feel like guessing I would try du -sh /usr/share/hassio. If that looks like the large usage. you can cd down from there, looking for the culprit. Otherwise. cd / ls to list the direcories there & try du -sh for each one of then, avoiding proc & dev. They are special and would likely hang.
Feb 15, 2020 · Hi Guys, I have hdd plug into my rp4 and I’d like to see the disk usage and how much free space I still have on it. I’m running HA in a docker. I’ve instaled Glances on Rasbian directly (not as an addon in HA) so I can see the external hdd (dev/sda1). I integrated Glances with Home Assistant but sensors show only disk where root folder is located (sd card). Platform “system monitor ...
15.02.2020 · Hi Guys, I have hdd plug into my rp4 and I’d like to see the disk usage and how much free space I still have on it. I’m running HA in a docker. I’ve instaled Glances on Rasbian directly (not as an addon in HA) so I can see the external hdd (dev/sda1). I integrated Glances with Home Assistant but sensors show only disk where root folder is located (sd card). Platform “system …
24.11.2018 · Is there a way I can run a cron job (or some other periodical script) under Hassio that will report the disk space use/available? On my other two Raspberry pi, (running Stretch) I use a simple script that runs periodically and sends my “Eventghost” server a message when usage exceeds 90%. The script looks similar to: df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print …
30.05.2021 · I am experiencing ever decreasing disk space on my Home Assistant OS instance running in a Proxmox VM in Intel Nuc. My snapshot sizes are 1.2GB which are created every day and I have a script enabled to prune those on a regular basis. However I still can’t figure out what is eating up al my HD space. Currently after cleaning old snapshots I have 27.5GB in use. As …
Jul 03, 2020 · Currently have Home Assistant Core 111.4. Supervisor latest version 228, HassOS 4.10. However I had this same issue with the prior version before upgrading about a week ago too. Issue: Originally I set the virtual disk up with 32 GB, but one morning after an unexpected reboot, I had issues getting HomeAssistant started. It would...
If you are running Home Assistant as a VM, look at the documentation for your hypervisor on how to expand disks for virtual machines. Home Assistant will auto-expand to use the newly added space. If you are not running a VM, you need to replace your storage medium (typically, this will be an SD card).
Jun 10, 2019 · Does it have du (disk usage) ? If I feel like guessing I would try du -sh /usr/share/hassio. If that looks like the large usage. you can cd down from there, looking for the culprit. Otherwise. cd / ls to list the direcories there & try du -sh for each one of then, avoiding proc & dev. They are special and would likely hang.