this post was submitted on 15 Jul 2024
16 points (94.4% liked)

Jellyfin: The Free Software Media System

5552 readers
6 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

Until recently I stored my media library in folders. A tedious way to manage a collection.

I set up Jellyfin on my main machine as a test. I enjoy the experience and want to migrate to a NAS, for better reachability in my network. I am a beginner when it comes to networks.

I currently use a single 20TB HDD (current usage 80%) and another 4TB HDD is around somewhere. I was wondering what my options and recommended solutions are. Should I get 1, 2, or more 20TB drives? I want some redundancy, but don't want to invest into too many drives.

Looking forward to any tips or resources to read up on. Thanks.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] slazer2au@lemmy.world 7 points 1 month ago (1 children)

At least get one more and set up a raid1 so each drive contains a copy of the data.

The downside is this limits your expandability as converting between raid levels is not easy and you don't get any additional space.

If you get 2 more drives you could go for a zfs1 or raid5 to get the extra space and a drive in case of a failure.

[โ€“] tobogganablaze@lemmus.org 6 points 1 month ago* (last edited 1 month ago)

On a synology NAS you can use SHR-1 raid (which is basically raid 5) with just two disks. In pratice that acts like raid 1, but you can just add more drives and it will act like raid 5.

Not sure if other NAS have similar custom raids.