I was about to buy a NAS. I find the idea of using an old laptop instead interesting. Especially since it comes with UPS built in. The author is using a ThinkPad T430. Any experiences?
> I was about to buy a NAS. The UNAS Pro 8 just came out and I'm thinking about getting it, switching away from my aging Synology setup ... only thing I wish it had was a UPS server as my Synology currently serves that purpose to trigger other machines to shut down ...
Testing two 18 TB white label SATA hard drives from datablocks.dev
41–50 of 163 posts
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#42Earlier quoted context omitted.
And I prefer to have a healthy bank account balance. Storing 18TB (let alone with raid) on SSDs is something only those earning Silicon Valley tech wages can afford.
Not really. I know that my sleep is worth more than the difference between HDD and SSD prices, and I know the difference between the failure rates and the headache caused by the RMA process, so I buy SSDs. In essence, what we together are saying is that people with super-sensitive sleep that are also easily upset, and that don't have ultra-high salaries, cannot really afford 18 TB of data (even though they can afford…
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#43Earlier quoted context omitted.
Why is USB so bad at data integrity. Doesn't it have error detection/correction? If so, that sounds like a huge design flaw.
Individual writes are safe, in my Experience with thousands of uSB drives in many configurations, some with 12 2tb drives hanging on multiple USB hubs at the same time. However, there are disconnects/reconnects every now and then. If you use a standard raid over these usb drives, almost every disconnect/reconnect will trigger a rebuild — and rebuilds take many hours. If you are unlucky enough to have multiple disconn…
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#44Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#45Earlier quoted context omitted.
RAID. Preferably RAID 6. Much, much better to build a system to survive failure than to prevent failure.
Don't RAID these days. Software won rather drastically, likely because CPUs are finally powerful enough to run all those calculations without much of a hassle. Software solutions like Windows Storage Spaces, ZFS, XFS, unRAID, etc. etc are "just better" than traditional RAID. Yes, focus on 2x parity drive solutions, such as ZFS's "raidz2", or other such "equivalent to RAID6" systems. But just focus on software solutio…
RAID does not mean or imply hardware RAID controllers, which you seem to incorrectly assume.
Software RAID is still 100% RAID.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#46Earlier quoted context omitted.
Don't RAID these days. Software won rather drastically, likely because CPUs are finally powerful enough to run all those calculations without much of a hassle. Software solutions like Windows Storage Spaces, ZFS, XFS, unRAID, etc. etc are "just better" than traditional RAID. Yes, focus on 2x parity drive solutions, such as ZFS's "raidz2", or other such "equivalent to RAID6" systems. But just focus on software solutio…
FYI XFS is not redundant, also RAID usually refers to software RAID these days. I like btrfs for this purpose since it's extremely easy to setup over cli, but any of the other options mentioned will work.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#47Earlier quoted context omitted.
FYI XFS is not redundant, also RAID usually refers to software RAID these days. I like btrfs for this purpose since it's extremely easy to setup over cli, but any of the other options mentioned will work.
btrfs RAID is quite infamous for eating your data. Has it been fixed recently?
RAID0/1/10 has been stable for a while.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#48I was about to buy a NAS. I find the idea of using an old laptop instead interesting. Especially since it comes with UPS built in. The author is using a ThinkPad T430. Any experiences?
> I was about to buy a NAS. The UNAS Pro 8 just came out and I'm thinking about getting it, switching away from my aging Synology setup ... only thing I wish it had was a UPS server as my Synology currently serves that purpose to trigger other machines to shut down ...
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#49I was about to buy a NAS. I find the idea of using an old laptop instead interesting. Especially since it comes with UPS built in. The author is using a ThinkPad T430. Any experiences?
If you want redundancy, look at something like SnapRAID, http://www.snapraid.it
If you want to combine into a single volume, consider rclone. These remotes specifically are the ones I'm thinking could be useful,
Good luck o7
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#50Earlier quoted context omitted.
Been using like 7 external usb drives with 40-50tb total for a few years with no issues. Not raid, just backing up drive to drive. No controller or drive issues. Mix of seagate and wd 8/12/16gb. I hate blanket recommendations like this by docs. To me, it just sounds like some guy had a problem a few times and now it's canon. It's like saying "avoid Seagate because their 3tb drives sucked." Well they did, but now they…
RAID is much different. You can try it over USB, you won't have a good time. TrueNAS is primarily talking about RAID users.
If you're occasionally copying data to an external USB drive, that's totally fine. That's what they were designed for.
The issue is that they were not designed for continuous use, or much more demanding applications like rebuilding/resilvering a drive. It's during these applications that issues occur, which is a double whammy, because it can cause permanent data loss if your USB drive fails during a recovery operation. I did a little more research after posting my last comment and came across this helpful post on the TrueNAS forums going into more depth: https://forums.truenas.com/t/why-you-should-avoid-usb-attach...