Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
There may be an upper limit, but on Amazon there is a 72 TB version that would have to come with at least 18 TB drives. If 18 TB is fine, 20 TB is also probably fine, but I couldn’t find any reports by people saying they’d loaded 20 TB drives into theirs without issue.
You could also clone them yourself, but you’d want to put the NAS into read only mode or take it offline first.
I think cloning drives is generally faster than rebuilding them in RAID, as well as easier on the drives, but my personal experience with RAID is very limited.
Basically, what I’d do is:
In terms of timing… I have a Sabrent offline cloning hub (about $50 on Amazon), and it copies data at 60 Mbps, meaning it’d take about 9 hours per clone. Startech makes a similar device ($96 on Amazon, that allegedly clones data at 466 Mbps (28 GB per minute), meaning each clone would take 2.5 hours… but people report it being just as slow as the Sabrent.
Also, if you bought two offline cloning devices, you could do steps 1-3 and 4-6 simultaneously, and do the same again with steps 7-8.
I’m not sure how long it would take RAID to rebuild a pulled drive, but my understanding is that it’s going to be fastest with RAID 1. And if you don’t want to make the NAS read-only while you clone the drives, it’s probably your only option, anyway.
Thank you for your thorough response!
I figured there wouldn’t be an upper limit but I’ve been burned before in the past with trying to use too big of a drive in various applications over the past 3 decades of computer use so I wanted to be sure before dropping a lot of money on new high capacity drives for the NAS.
When I replaced the one drive a few months ago I just removed the faulty drive from the NAS and slotted in the new drive in its place and the NAS copied everything and was up in running again in a few days. It was only 4TB but it took awhile. I know it should be able to if I replace like for like sized drives but I wasn’t sure how it would be have if I start replacing 4TB drives with 20tb drives.
I do have a drive cloner already, buried in an old tech box in the garage that I could use but it is several years old (6 maybe?) so I am sure it isn’t as fast a a newer one. Maybe I will pick up one or two of the ones you suggested to speed the process along.
I don’t know that a newer drive cloner will necessarily be faster. Personally, if I’d successfully used the one I already have and wasn’t concerned about it having been damaged (mainly due to heat or moisture) then I would use it instead. If it might be damaged or had given me issues, I’d get a new one.
After replacing all of the drives there is something you’ll need to do to tell it to use their full capacity. From reading an answer to this post, it looks like what you’ll need to do is to select “Change RAID Mode,” then keep RAID 1 selected, keep the same disks, and then on the next screen move the slider to use the drives’ full capacities.
Ah ha! Thank you, this was one of my worries with increasing the capacity, I was worried that even after replacing the 4TB drives with larger capacity drives that the new drives would still only be limited to the lower capacity partitions. I wasn’t sure if there was a way to increase them.
My work around for this was to back up all the data on the NAS currently (only ~7.2TB) onto an external drive. Put the new larger capacity drives into the NAS, format them properly and setup the RAID as needed and then transfer the data back onto the new fresh larger capacity drives in the NAS from the external drive.