this post was submitted on 29 Oct 2025
101 points (93.9% liked)

Selfhosted

61129 readers
348 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 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, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I personally think of a small DIY rack stuffed with commodity HDDs off Ebay with an LVM spanned across a bunch of RAID1s. I don't want any complex architectural solutions since my homelab's scale always equals 1. To my current understanding this has little to no obvious drawbacks. What do you think?

you are viewing a single comment's thread
view the rest of the comments
[–] squinky@sh.itjust.works 0 points 9 months ago (1 children)

All I know about ZFS is that there are weird patent or closed source encumbrances or something. I hear it’s good, and it seems popular, I just avoid proprietary Oracle products.

As for btrfs, the only thing that’s claimed to be unstable is raid 5 or 6. And people use it in production saying the claims are overblown. I don’t. I use it in raid1 mode. But raid1 in btrfs doesn’t require a bunch of matching drives. It lets you glom together a number of mismatched disks and just puts every block on more than one of them. So it’s a nice cross between a raid and LFS or JBOD.

[–] MrModest@lemmy.world 2 points 8 months ago* (last edited 8 months ago)

There's a thing called OpenZFS. With ZFS happened almost the same thing as with Java. Oracle bought a company and tried to close ZFS, but people just reimplemented ZFS under a FOSS licence and community. I don't know who uses Oracle ZFS nowadays. Everyone uses OpenZFS.

It's true that there's some licence incompatibility that doesn't allow integrate OpenZFS into a Linux core, but it's not like ZFS is proprietary

https://openzfs.github.io/openzfs-docs/License.html

While both (OpenZFS and Linux Kernel) are free open source licenses they are restrictive licenses. The combination of them causes problems