10

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.

top 8 comments
sorted by: hot top controversial new old
[-] ZonenRanslite@feddit.org 6 points 1 week ago

Buy a server HDD with lots of TBs for your data and use the SSD only for your OS.

[-] lavendertea@lemmy.dbzer0.com 0 points 1 week ago

Thank you!

Could I ask why a server HDD and not a desktop HDD?

[-] ZonenRanslite@feddit.org 1 points 1 week ago

They are designed for permanent operation.

[-] DesolateMood@lemmy.zip 3 points 1 week ago

It depends on how important your data is to you. Me personally, I just run a jellyfin server with dubiously acquired tv shows and movies. Which is to say that if I lost everything in a catastrophic failure, I wouldn't much care, so I decided to get a refurbished 14tb USB connected external HDD.

If you run anything more important, you should listen to others who might have a more robust solution

[-] dan@upvote.au 2 points 1 week ago* (last edited 1 week ago)

Add a second SSD, if the motherboard has a SATA port (I assume your current one is an NVMe drive). A SATA SSD is still more than fast enough as a second drive.

Moving to a bigger SSD also isn't too difficult, as long as you have a system where you can have both the old and new SSD connected at the same time. It can be a different system if needed. Download Clonezilla onto a USB stick with Ventoy on it, and boot into it. Just make sure you have backups and do the clone in the correct direction (don't clone the blank new drive onto the old one!!)

[-] TeamAssimilation@infosec.pub 2 points 1 week ago* (last edited 1 week ago)

My low cost solution has been adding external mechanical disks. Those go up to several TB for cheap, so I put two and sync them with rsync weekly in case one suddenly fails.

As others have wisely said, keep the fast SSD for your OS, media rarely changes and is usually accessed sequentially, it can live in slower disks.

[-] Eirikr70@jlai.lu 1 points 1 week ago

I second that advice. When choosing the HDD, make sure it is NAS-grade.

[-] sylver_dragon@lemmy.world 1 points 1 week ago

Probably the easiest solution would be to just chuck a larger disk in the system and retain the original drive for the operating system. If you do not need the high speed of an SSD, you may be able to get more storage space for the money by going with a spinning disk. 7200RPM drives are fast enough for most applications, though you may run into issues streaming 4K (or higher) resolution video.

Another option would be to start building out a storage pool using some type of RAID technology. On my own server, I use ZFS for the data partition. It is basically a software RAID. I use a RAID-Z1 configuration, which stripes the data over multiple disks (three in my case) and uses a parity calculation to provide data redundancy. It also has the advantage that it can be expanded to new disks dynamically and does not require that all disks are the same size. Initial setup does require more work and you are now monitoring multiple physical disks, but having a unified storage pool and redundancy is a nice way to go.

Any way you go, just make sure you have good backups. Drives fail, and sometimes even early in their life. Backblaze reports can be an interesting read when looking at drive options, as they really do put the drives through the wringer.

this post was submitted on 09 Aug 2025
10 points (100.0% liked)

Selfhosted

50546 readers
45 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