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

Selfhosted

61129 readers
362 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
[–] Cyber@feddit.uk 4 points 9 months ago

Backups... with LVM, if you're trying to do a full system backup (ie with clonezilla, etc) then you have to backup the whole thing - you can't backup just 1 drive.

I have a media server with 2x 2TB HDDs and 1x SSD in a LVM, split into Music, Video, TV... and the OS ... and I can backup the individual files of course, but I can't backup just the OS drive.

btrfs didn't exist when I created it, but I use it on my NAS and it's great.

I'll be rebuilding my media server one day and change LVM to btrfs.