this post was submitted on 12 Mar 2026
36 points (97.4% liked)

Selfhosted

56953 readers
857 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 2 years ago
MODERATORS
 

I've been using a two-bay Synology nas for the last couple of years with 2x 8TB drives and a stupidly large media collection. I recently acquired a four-bay ugreen nas but don't have any drives for it yet because fuck you AI.

Since I need to have all the same drive size for raid, I was thinking of getting larger disks and taking out a second mortgage. Like start with 2x 12TB and some day add two more. If I do that, I'll have 2x 8TB that wouldn't be useful without keeping the Synology running, and I don't really need both.

The other idea was buying two more 8TB for the new nas, copying the media over, and then moving the two over to make four and decommission the Synology.

I am not well versed in raid, so there easily could be something I'm not considering or a way I should do this to make my life easier.

Also, any advice on how one normally keeps backups with such a large amount of data. I know raid ≠ backup, but right now I'm just praying to the tech gods that the disks keep spinning. I know others out there have large media collections… what do you do?

top 6 comments
sorted by: hot top controversial new old
[–] MalReynolds@slrpnk.net 8 points 1 day ago* (last edited 1 day ago)

Some things to think about.

Even ZFS now let's you add a new drive to an array, and the sweet spot for $/TB is ~16-20TB at the moment, so maybe think about 2 or 3x16TB and add more later (also less power).

Consider manufacturer recertified (not refurbished) server drives from serverpartdeals.com or your local equivalent, after all RAID is there to let you survive a disk failure, it's treated me well, and lets you avoid SMR drives.

You can mix drives of different sizes if you use Unraid or roll your own with mergerfs+snapraid (+OpenMediaVault perhaps). I do the latter, it's a bit of a setup, but has the advantage that drives are just drives and you can use the working ones while rebuilding the array and you can recover accidental deletions (for a while), which brings me to 'RAID is not a backup'.

For true data safety you should have an offline backup (i.e. drives that live disconnected from your computer except during backup, safe from lightning, accidental deletion etc.) and eventually an offsite copy.

Personally I think the AI bought all our drives from WD is likely BS (seems lightly supported) to goose their product prices, so hopefully it'll blow over, but prices seldom go down, inflation catches up. Sigh.

[–] ExcessShiv@lemmy.dbzer0.com 11 points 1 day ago

I think I would go for refurbished/used 12tb drives or bigger if money allows. I put 3x12tb in my server 2 years ago and thought I would have more than enough space for a long time...I did not.

[–] vext01@feddit.uk 5 points 1 day ago (2 children)

I moved from my old nas to my new in a similar manner.

I have a two disk mirror. Call the disks d1 and d2.

  • removed d1 from the old server, put it in the new nas
  • creat fresh filesystem on d1
  • copied the data, over the network, from d2 to d1.
  • took d2 from the old server and added it to a mirror with d1 in the new server. Let it resilver.

It worked, but I was damn sure to have a backup.

Also note, the ugreen nas software is garbage. Install your own os.

[–] TheMadCodger@piefed.social 2 points 8 hours ago (1 children)

Coming from Synology it was a little too walled garden for me and I also hated their software, but that was also my first forray into nas. Good place to get my feet wet and all. I'm not really well versed in nas os's though, any recommendations?

[–] vext01@feddit.uk 1 points 7 hours ago

People like FreeNAS.

I just installed alpine Linux. I just wanted a compact Linux with good ZFS support.

[–] vext01@feddit.uk 3 points 1 day ago

For backup i use restic to backblaze.