Skip to content

Zigbee2mqtt hard drive is full #3433

Closed Answered by MickLesk
daschmidt1994 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@daschmidt1994
Comment options

@MickLesk
Comment options

@daschmidt1994
Comment options

@MickLesk
Comment options

Answer selected by daschmidt1994
@daschmidt1994
Comment options

@MickLesk
Comment options

@daschmidt1994
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants