this post was submitted on 30 Jun 2026
260 points (97.1% liked)

Selfhosted

60525 readers
985 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I think I officially have a hoarding problem...

you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 8 points 1 week ago (5 children)

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.

What he said. DF won't take into account the contents of mount points within a directory.

What he said. DF won't take into account the contents of mount points within a directory.

[–] GreenKnight23@lemmy.world 2 points 1 week ago

What he said. DF won't take into account the contents of mount points within a directory.

[–] helix@feddit.org 2 points 1 week ago

Or you run ncdu and save some keystrokes.

[–] Vendetta9076@sh.itjust.works 2 points 1 week ago

What he said. DF won't take into account the contents of mount points within a directory.