this post was submitted on 26 Feb 2024
50 points (98.1% liked)

Selfhosted

59950 readers
429 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm looking for advice on how to get started with a NAS, probably Synology since it's beginner friendly and often well recommended. I'm thinking of a 2 bay case with 2x4TB HDDs in RAID1 setup. What do I have to look out for in a device to get the best bang for my bucks?

My use case:

I have various documents, software projects, family pictures, videos that I want to store on something more reliable than a bunch of internal/external HDDs or USB sticks. I have a full *arr stack and jellyfin but I want to move these to my "server" laptop and docker once NAS is setup, and then host the files on it. For projects I might want to self-host gitea down the line.

Some more specific questions:

  1. if I go with a 2 bay NAS case, can i also connect my old external drive to it as a separate drive, can they handle USB3 drives? Will it require reformatting since it was used on windows so far?
  2. are there any issues with connecting docker ~~drives~~ volumes to a NAS?
  3. noise issues - does the NAS itself make a noticeable amount of noise or is it just the drives?
  4. whats the life expectancy of a NAS? if it dies, can I just plug the drives into a new one?
  5. does syncthing work well with a NAS or is there a better way of syncing local files to the NAS for backup?

Sorry for the question dump, just wanted to cover as many possible issues as possible ๐Ÿ˜…

you are viewing a single comment's thread
view the rest of the comments
[โ€“] atzanteol@sh.itjust.works 3 points 2 years ago

whats the life expectancy of a NAS? if it dies, can I just plug the drives into a new one?

Others have said that the drives are the weak point here - the NAS itself should last quite a while. But to address your second question - "maybe" (assuming you meant "and keep the data on them"). It will depend a lot on how the RAID on the NAS works. If it's just a Linux md RAID then you could probably pop them into a new Linux system and get them to mount (there will be issues of "drive order" you will need to deal with). Again if it's using standard zfs or BTRFS raid-like filesystems you would be fine. If the NAS has its own RAID or hardware RAID then likely not.