this post was submitted on 09 Aug 2025
36 points (97.4% liked)

Selfhosted

50380 readers
501 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hi all, a few months ago I got started with selfhosting. Installed Ubuntu Server on a HP EliteDesk 705 G3 Mini. It's been great, running Jellyfin, Tandoor, Calibre-Web, and Miniflux. Everything is local access only.

The machine came with 1TB SSD and currently about 80% of that is taken. I've been searching around for good options to expand. While I'm relatively comfortable on the software side of things, I'm very inexperienced with and somewhat intimidated by hardware (but would love to learn a bit more).

What would be the most prudent way to expand storage? Is it simply replacing the existing SSD? Should I think of adding a NAS instead?

Buying new hardware would be ok, my only hard requirement is that I don't want to run proprietary software/OS.

you are viewing a single comment's thread
view the rest of the comments
[–] lavendertea@lemmy.dbzer0.com 1 points 2 days ago (5 children)

Yes, the consensus here seems to be that for media it is fine to choose a HDD. Won't it make streaming from Jellyfin slower?

[–] freebee@sh.itjust.works 1 points 1 day ago

HDD is cheap and enough, but SSD is silent.

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

Not unless you choose really slow hard drives, or stream very high bitrate media. Most hard drives can easily do 100MB/s sequentially (i.e. reading a large file, such as long video files). Meanwhile high-bitrate 4K video is only about 50Mbit/s, so about 6MB/s.

[–] atzanteol@sh.itjust.works 4 points 2 days ago

No. People here grossly underestimate the performance of hdds. Streaming is an easy task for hdds.

[–] CmdrShepard49@sh.itjust.works 2 points 2 days ago

No. Keep all the software running on SSDs while using HDDs for storing the video files themselves. You'll never max their transfer speed out especially considering you're not sharing with friends and family.

[–] zlatko@programming.dev 2 points 2 days ago* (last edited 2 days ago) (1 children)

My small low power self built NAS has HDDs for Jellyfin and no problems at all. Just a simple straight forward RAID1 created from countless online tutorials. Feel free to ask or contact me if you wanna know more of the software setup things.

[–] lavendertea@lemmy.dbzer0.com 1 points 1 day ago* (last edited 1 day ago)

Thanks for sharing that writeup, this is useful info for the building it myself route