du -shc /* | sort -h
# Go deeper
du -shc /bigdirectory/* | sort -h
# And so on...
du -shc /bigdirectory/.../* | sort -h
apt -yU install gdu
gdu /
lsblk -o+FSTYPE,LABEL,MODEL
df -hT
zfs list -tall -ospace,refreservation








Can you show that? I tried to keep it simple but forgot about hidden paths. Try thisGDU shows me and in the .chunks there are a gazillion files (exagerated)
find /mnt/datastore/BRIXBackup/* -maxdepth 1 -mindepth 1 -exec du -shc {} + 2>/dev/null | sort -h
.chunks then, as mentioned earlier, you probably didn't run a GC so make sure you have a job for it and run/schedule that.We use essential cookies to make this site work, and optional cookies to enhance your experience.