25

I've been selfhosting a while. I run around 15 distinct services in docker containers, all on a single machine with a medium sized disk. It's a small form factor, and I recently had to add space, so I've attached an external USB storage device.

It feels clunky.

At what point does a performant SAN/NAS make sense more than local storage? When did you make the jump?

you are viewing a single comment's thread
view the rest of the comments
[-] egg82@lemmy.world 1 points 1 month ago

It's all about tradeoffs and maximizing the useful qualities of each.

NVMe storage is extremely fast, but expensive and wears quickly. For a homelab, those drives are usually not easily accessible or replaceable without powering the system off. Internal SSDs are similar with the caveat that they're more likely to be hot swappable when using more server-grade equipment (even older equipment, which more homelabs will have) - HDDs are obviously slower but have higher capacity and wear less quickly. SAS drives will have higher DWPD and more speed for roughly the same (used) cost but you need to make sure the backplane you're using supports them.

External USBs are much cheaper and higher capacity, depending on what you get, but are usually limited to USB-C or even USB3 speeds. Additionally, they can be disconnected physically or via software.

A SAN or vSAN requires either special equipment and cables or a dedicated high speed (10Gbit+) network to function well. There's various free software that can create a vSAN-like thing for you, such as ceph. A "proper" vSAN will be marginally slower than an internal drive array but usually still plenty fast for "big data" which is what it's good for - big chunks of data that don't require the world's fastest drive access speeds. Note that, while unlikely if set up properly, this storage can also be disconnected both physically and via software. Usually this is more recoverable more quickly than USB since common vSAN software will work around this.

For my homelab, I use NAS storage for data that's large, "infinitely" growing, and doesn't need extremely fast access like a database would require. vSAN for most other operations. I should keep local storage or use an actual SAN fabric of some kind but homelabs aren't professional datacenters

this post was submitted on 18 Apr 2026
25 points (100.0% liked)

Selfhosted

59446 readers
1416 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS