Zigbee2mqtt hard drive is full #3433
-
Today, my Zigbee devices stopped responding. Then I noticed on my Proxmox host that the hard drive was full. Is anyone else having this problem?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Then extend your Space? Whats the Problem? |
Beta Was this translation helpful? Give feedback.
du -h --max-depth=1 / | sort -hr
du -h --max-depth=1 /opt | sort -hr
or top 20 Files:
find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 20
Your LXC is behaving completely atypical.