Post #3696642
2026-07-01 21:27 UTC
df only shows partitions, whereas du adds up the file sizes in the directory you specify.
So, in particular, if you want to find out what’s taking up so much space, you can repeatedly run du -sh * and cd into the largest directory.
Replies (1)
-
@helix@feddit.org 2026-07-02 05:26
Or you run ncdu and save some keystrokes.