this post was submitted on 30 Jun 2026
250 points (97.7% liked)

Selfhosted

60482 readers
758 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.

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...

top 50 comments
sorted by: hot top controversial new old
[–] MedievalPresent@discuss.tchncs.de 42 points 6 days ago (2 children)

Your username absolutely does not check out. Or your shredder is broken haha

[–] ShredderFeeder@shredderfood.net 14 points 6 days ago

I shred paper. ;-) After digitizing it of course. ;-)

[–] ShredderFeeder@shredderfood.net 10 points 6 days ago

For working I'm a backup and DR guy...the name was intended to be ironic. ;-)

[–] billwashere@lemmy.world 17 points 5 days ago (3 children)

One think I miss from reddit… /r/datahoarder

These were my people. I probably have 100TB but it certainly isn't in my home directory. I'm not sure if I should be immpressed or freightened.

[–] flameleaf@lemmy.world 4 points 5 days ago* (last edited 5 days ago) (1 children)
[–] billwashere@lemmy.world 3 points 5 days ago

Well TIL … I subscribed to the first two but the last one didn't work for some reason.

load more comments (2 replies)
[–] tuckerm@feddit.online 33 points 6 days ago (1 children)

Pfft, the only "hoarding problem" is that storage is expensive these days!

[–] ShredderFeeder@shredderfood.net 12 points 6 days ago (1 children)

I know, I just paid $500 for a 24TB SAS drive that was $250 just over a year ago.

[–] Someonelol@lemmy.dbzer0.com 5 points 5 days ago (1 children)

That's a good deal. Microcenter was selling a WD 20TB external HDD for $600. Didn't end up pulling the trigger 'cause I'm going for a 2 drive Raid1 config on my janky setup and $1350 w/ taxes is way too steep.

load more comments (1 replies)
[–] farmgineer@nord.pub 23 points 6 days ago (1 children)

I'm reading the command to the tune of Du Hast

[–] fogelmensch@lemmy.world 17 points 5 days ago (1 children)

Du hast mich. Du hast mich gefragt UND ICH HAB SPEICHERPLATZ

[–] chraebsli@programming.dev 6 points 5 days ago

Toller Musik Geschmack!

[–] ohshit604@sh.itjust.works 19 points 6 days ago* (last edited 5 days ago) (1 children)

Meanwhile here I am trying to upgrade my 512gb NVME drive to 2Tb while also still trying to afford car payments, rent and food. Rookie numbers on my part.

[–] kalpol@lemmy.ca 6 points 5 days ago (1 children)

The most well-timed thing I ever did was buy 6 2tb NVMe drives in August last year

God help me if one fails

[–] glibg10b@lemmy.zip 2 points 4 days ago (1 children)
[–] kalpol@lemmy.ca 2 points 4 days ago* (last edited 4 days ago)

That's why there are 6. There's a pool with a hot spare. Just don't want to pay $350 or whatever to replace a $90 drive.

[–] happy_wheels@lemmy.blahaj.zone 20 points 6 days ago (3 children)

Pardon my stupidity BUT why include stdout to Devnull? Why not omit and simply 'du -sh /home'

[–] nbailey@lemmy.ca 31 points 6 days ago (2 children)

There’s probably a bunch of permissions errors, filesystems warnings for cross-filesystem mounts or links, etc. all going to stderr. Linux output streams are a bit odd, 1 is stdout and 2 is stderr. So the command is redirecting the “noise” to null and just printing the actual command output. That would be my assessment, but OP could probably give a more correct answer..!

Nope, you are exactly on.

[–] Sprocketfree@sh.itjust.works 7 points 6 days ago (1 children)

Noob, just use sudo, less chars!

[–] ShredderFeeder@shredderfood.net 8 points 6 days ago (3 children)

Oddly enough, still generates errors. (There are stuff in user directories that are set to 600.... so even root can't browse/open.)

[–] technopagan@lemmy.world 3 points 5 days ago (1 children)

Are you sure? Root can see everything.

[–] Hule@lemmy.world 5 points 5 days ago

On a network, it can't.

NFS mount probably.

[–] Sprocketfree@sh.itjust.works 3 points 6 days ago

Well now I have to try this. Missing that executable bit would make sense. But last time I did this on / I didn't get errors 🤔

load more comments (1 replies)
[–] ShredderFeeder@shredderfood.net 18 points 6 days ago

2> means stderr.... Keeps the "can't access ...." Out of the display.

[–] helix@feddit.org 11 points 6 days ago

That's stderr, not stdout

[–] justme@lemmy.dbzer0.com 11 points 5 days ago (2 children)

never saw the s argument and was curious what's the difference to d. man pages are way ahead of me ^^

--max-depth=0 is the same as --summarize

[–] ShredderFeeder@shredderfood.net 4 points 5 days ago (1 children)

So just did a couple of experiments...

sudo su -sh /home - returns permission denied errors on certain NAS subdirectories, but not a lot.

du -sh /home --summarize -returns the same errors.

du -sh --max-depth=0 - returns the same errors plus an error saying that using --max-depth=0 is the same as --summarize.

;-) for the purposes of what I was doing (creating a clip for posting) redirecting stderr to null was the best option.

But I learned a few things today, which is cool. ;-)

load more comments (1 replies)
load more comments (1 replies)
[–] katze@lemmy.4d2.org 5 points 4 days ago (1 children)

Why do you pipe stderr of du into /dev/null?

To keep the errors out and provide just the result.

[–] Joelk111@lemmy.world 4 points 5 days ago* (last edited 5 days ago) (7 children)

I create videos, and back up all of my raw footage. I make weekly videos, and the size ranges from 50GB up to 500GB or more. I have 105TB available, 90TB used at the moment. I also have a fully redundant set of another 105TB. My employer has unfortunately made it very easy to justify hoarding, as they'll sell me reputable used commercial drives for $10/TB.

The video archives are 53TB

TubeArchivist is 19TB

Legally acquired movies and TV is 10TB

Immich is 2TB

Those are the main users of data. A bunch of other folders are using anywhere from a gig to 500GB, but those are basically rounding errors.

[–] ShredderFeeder@shredderfood.net 2 points 5 days ago (2 children)

Ask you're employer if they're hiring...or..you know...adopting. ;-)

load more comments (2 replies)
load more comments (6 replies)
[–] darth_grunkus@lemmy.world 7 points 6 days ago

Greetings, fellow data hoarder!

[–] massive_bereavement@fedia.io 6 points 6 days ago (1 children)

To be fair, all but about 2TB of that is on a NAS...but still.

[–] bacon_pdp@lemmy.world 6 points 6 days ago (4 children)

Rookie numbers.

Try that shit on datahoarders and see hoards measured in Petabytes

[–] Morgikan@fedia.io 4 points 6 days ago (1 children)

Bob Saget would roll in his grave if he heard about your addiction.

[–] swab148@lemmy.dbzer0.com 10 points 5 days ago (2 children)

"You ever suck some dick for some HDDs?"

Lately, I'm considering it.

[–] Jo4ted@lemmy.zip 7 points 5 days ago

That's an option?

[–] Jankatarch@lemmy.world 2 points 5 days ago (3 children)

Is there any advantage of using du over df for this?

[–] bitjunkie@lemmy.world 15 points 5 days ago (1 children)

Someone may eventually write CLI programs called hast and mich that you can somehow usefully pipe to it

[–] Evotech@lemmy.world 2 points 4 days ago

Now that’s a good idea

[–] mal3oon@lemmy.world 1 points 4 days ago

I gotten used to dust instead of du because it has much nicer visual representation.

[–] anon_8675309@lemmy.world 2 points 5 days ago

Yeah it lets you have time to get some tea while it works.

[–] Decronym@lemmy.decronym.xyz 3 points 5 days ago* (last edited 4 days ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
NFS Network File System, a Unix-based file-sharing protocol known for performance and efficiency
NVMe Non-Volatile Memory Express interface for mass storage
Plex Brand of media server package
VPN Virtual Private Network
ZFS Solaris/Linux filesystem focusing on data integrity

6 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.

[Thread #35 for this comm, first seen 1st Jul 2026, 05:50] [FAQ] [Full list] [Contact] [Source code]

load more comments
view more: next ›