I think I officially have a hoarding problem…

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    21 hours ago

    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.