Reading the part about using foam to make these drives quieter, and the link to the author's other article about putting drives on foam, makes me write this obligatory warning: hard drives do not like non-rigid mounting. Yes, the servo can usually still position the heads on the right track (since it's a servo), but power dissipation will be higher, performance will be lower, and you may get more errors with a non-ri…
Meanwhile: https://www.youtube.com/watch?v=tDacjrSCeq4
Testing two 18 TB white label SATA hard drives from datablocks.dev
141–150 of 163 posts
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#142Earlier quoted context omitted.
Thanks, very interesting. TIL.
I've been mounting my 3.5" hard drives on those "fad" rubber band 5.25" drive bay adapters for decades and have not noticed any increased failure rate at all. Sure, seek time may be worse, but the reduced noise has been worth it for me.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#143Reading the part about using foam to make these drives quieter, and the link to the author's other article about putting drives on foam, makes me write this obligatory warning: hard drives do not like non-rigid mounting. Yes, the servo can usually still position the heads on the right track (since it's a servo), but power dissipation will be higher, performance will be lower, and you may get more errors with a non-ri…
HDDs doesn't like micromovements. If you put it on a pink foam mat (both a computer and yoga ones) it wouldn't matter. If you 'rigid mount' it but your screws would came lose then your HDD wouldn't like it because it wo&ld result in microvibrations from the self induced oscillations.
Rubber washers are good because they eat those microvibrations. The hard foam which is talked about in the linked article is not good because it is bad from the all aspects - too hard to eat up microvibrations, too soft to be a rigid mount.
The worst thing you can do is to rigid mount an HDD to a case which is a subject to a constant vibration load eg from a heavy duty fan or some engine.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#144Earlier quoted context omitted.
Thanks, very interesting. TIL.
I've been mounting my 3.5" hard drives on those "fad" rubber band 5.25" drive bay adapters for decades and have not noticed any increased failure rate at all. Sure, seek time may be worse, but the reduced noise has been worth it for me.
Can you give a pic or link on what you are using?
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#145Earlier quoted context omitted.
Used SSDs, especially enterprise ones, are a really bad idea unless you get some really old SLC parts. Flash wears out in a very obvious way that HDDs don't, and keep in mind that enterprise-rated SSDs are deliberately rated to sacrifice retention for endurance.
Agree on SSD for cold storage, that's not a good idea. But you would be surprised by how little used are typical used enterprise SSDs on ebay. This article matches my experience: https://www.servethehome.com/we-bought-1347-used-data-center... I bought over 200 over the last year, and the average wear level was 96%, and 95% had a wear above 88%.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#146Earlier quoted context omitted.
Yes. If you need this you are far better off buying SSDs than wasting time on these silly ideas.
How much would 18TB of SSDs cost compared to 18TB of HDDs? Probably a big reason why many go for HDDs still today.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#147Earlier quoted context omitted.
The reason you don’t see videos arranged by product is because everyone knows not to trust unknown creators telling you how great a product is. Viewers want to see opinions from specific people they’ve come to trust, not the first video that comes up for a product.
Alternatively, unknown creators have less incentive to falsely promote or lie. It’s the reason I tend to trust random strangers on Reddit than popular YouTubers who have achieved monetization and sponsorship.
I’ve seen how PR firms interact with creators. It’s much easier to get the small time creators to take your product and make a positive video because getting some free product is the biggest payout they’re getting from their channel. They will always give positive reviews because they have more to gain from flattering the companies that send them free stuff than from the $1.50 they’re going to earn in ad money.
The PR firms who worked with the company I was at had a long list of small time video creators who would reliably produce positive videos of something as long as you sent them a free product. The creators know this game.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#148Earlier quoted context omitted.
Agree on SSD for cold storage, that's not a good idea. But you would be surprised by how little used are typical used enterprise SSDs on ebay. This article matches my experience: https://www.servethehome.com/we-bought-1347-used-data-center... I bought over 200 over the last year, and the average wear level was 96%, and 95% had a wear above 88%.
Endurance and retention are inversely correlated, and as I mentioned in my original comment, enterprise DC drives are designed to advertise the former at the expense of the latter. The industry standard used to be 5 years retention for consumer and 3 months for enterprise, after reaching the specified TBW. The wear level SMART counter reflects that; "96% remaining" on an enterprise drive may be 40% or less on a consu…
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#149Earlier quoted context omitted.
There's a bit of a trend of vendors packaging mobile CPUs in desktop form factor which are a good candidate for this. Rather than the prebuilt mini PCs this also includes mini-ITX boards. Personally I use the Minisforum BD795i SE, but there are others too. Check for PCIe bifurcation support. If that's there you can pop in a PCIe to quad M.2 adapter. That will split a PCIe x16 slot into 4 x M.2s. Each of those (and th…
This sounds like a really nice setup. Which M.2 to SATA adapters are you using? I've heard some of those are dodgy and others are alright.
Re: Testing two 18 TB white label SATA hard drives from datablocks.dev
#150Earlier 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…
Redundancy rather than individual reliability.