Skip to content

Disk Usage - Home Assistant OS VM #2584

Closed Answered by DomdomGithub
Lockie85 asked this question in Q&A
Discussion options

You must be logged in to vote

I had the same problem with HA OS. My 500GB disk was nearly full.
In the terminal, type du -hd 1 /
It will return the folders sizes.
In my case, the backup directory was the one causing the problem with old files not deleted.
cd /root/backup to go to the backup folder
ls -lhS will list the files by size
rm -rf /root/backup/* will delete all this crap (source: [https://community.home-assistant.io/t/disk-space-being-eaten-up/481013/7] )
Have fun

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tteck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants