Skip to content(if available)orjump to list(if available)

Seagate: 'new' hard drives used for tens of thousands of hours

wumms

You can read out the FARM logs of Seagate hard drives using

    smartctl -l farm /dev/sd<n>
They're supposed to be "more trustworthy" than the regular SMART stats.

(My two "new" 16TB Exos drives had 0 hours (regular) and ~18k hours (farm) - DOM 04JUN2021 and 07JUN2021. Also, zfs refused to format the drive: 'already formatted as ddf_raid_member'.)

TkTech

Hm, FARM is Seagate-specific but the standard is open, neat. I'll add support for this to https://github.com/TkTech/smartie/. Introduction here, https://www.snia.org/educational-library/introduction-hdd-fi... and the Mozilla v2 licensed libraries from seagate under https://github.com/Seagate all seem to support FARM now.

tuetuopay

how are they "more trustworthy"? after all, it's data on a flash on the drive board.

is it lack of tooling, as demonstrated by needing the last smartmontools version to even read them, or some protection in the firmware to prevent resetting them (hey, no legit business resetting the power-on hours to zero...).

I checked the recertified ironwolf 12TB drives I bought, and both SMART and FARM report times in line with when I installed them in my nas. Of course, since they're recertified by seagate themselves, they may very well have a backdoor to reset FARM.

angry_moose

Seems to require smartmontools 7.4 (August 2023) which at least Debian isn't including yet (7.3).

Wasn't particularly concerned about mine, but thought it'd be fun to poke at.

jonatron

leidenfrost

Having to install a backport of a version released one and half years ago is wild.

DidYaWipe

I hooked my new (arrived today) Seagate drive up to a computer running Linux, and installed the openSeaChest utility https://github.com/Seagate/openSeaChest_LogParser

But I don't see how to gain access to the whatever logs are buried in the drive's memory. The instructions for the utility don't provide any guidance on this. How does one actually extract logs from the drive?

megous

Wow, this is great. I don't care about "more trustworthy", but this has so much more information than regular smart data.

Incredible. Even stuff like range of voltages on voltage rails that the drive has seen, etc. I'm proud of my power supply, looking at the data. :D

DidYaWipe

Anyone know how to check these drives on a Mac?

I have a new (?) 8TB Seagate drive out in front of my house right now, just delivered.

TkTech

I'm not 100% sure you can out of the box, the default driver on macOS is very restrictive in what commands can be passed through to the device.

DidYaWipe

Thanks for the reply. I have an old iMac running Mint, so I guess I'll start there with the openSeaChest utility.

wumms

You might have success booting some Linux live image from USB. I had success with nixos 24.11 on a Mac Pro (Intel).

DidYaWipe

Thanks for the suggestion. I wiped my orphaned 2014 iMac and installed Mint on it, so I guess I should be good to go. I just didn't want to go under my desk to unplug my toaster dock and move it unless necessary.

ilyagr

If you have an ARM Mac and a USB enclosure for the drive, I had some success with smartmontools running in ARM Linux under VmWare. I also tried UTM (pretty much QEMU), but UTM's USB passthrough was not good enough.

marcus0x62

I had enough problems with new Seagate Exos drives (actually new, not remanufactured or whatever these folks ended up with,) that I've taken to buying used Western Digital Ultrastar drives on Amazon for my NAS. They're cheaper, and so far, reliable enough. I wrote a little more about my rationale[0], but, basically:

1. With RAID-6, I can take two drive failures, and it is quicker to get a replacement off Amazon than wait for an OEM to RMA a drive under warranty

2. The Ultrastars have been pretty reliable in Backblaze's published data

3. The reseller I went through seems reliable enough

4. There's at least some evidence these "remanufactured" drives are coming from the OEMs, and based on past experience working at a few hardware manufacturers, the no trouble found rate for RMA'd hardware is typically quite high - to the point there is likely to be nothing wrong with a product that has been returned under warranty.

I guess a side benefit of this is at least I know I'm buying used drives.

0 - https://marcusb.org/posts/2024/03/used-hard-drives-from-tech...

WarOnPrivacy

> I've taken to buying used Western Digital Ultrastar drives on Amazon for my NAS.

Same. I bought a bunch of 10TB HGST drives for my home NAS. They were $79 ($95 now) vs $325 new. I ran badblocks for 24H on each and found one dodgy one, which the seller swapped out.

Last year I was buying new old stock 6TB Ultrastar SAS drives from B&H for $90 ea. They were a few years old with 0 hours. None of the drives showed any indication of use, ex: no witness marks. They're in a hotswap NAS.

marcus0x62

For personal use, its really hard to see how this would go wrong. You get an (arguably) much better drive in the Ultrastar, and even if the resellers (typically 2 year) warranty doesn't pan out, the drives are cheap enough compared to new you can replace one or two in a typical RAID-6 array out of pocket and still come out ahead.

WarOnPrivacy

> for my NAS

What are you using for an OS? It seems like our NAS OS options are fewer than they were a decade ago - especially if you want ZFS.

For the 2 NAS I recently set up, one is running TrueNAS Core (last freeBSD) and the other is just minimal FreeBSD.

marcus0x62

Arch Linux. It’s an easy default for me, although I’ll probably build the next iteration on FreeBSD with ZFS. I don’t have much faith that btrfs or bcachefs will catch up to ZFS in the next few years.

MisterTea

>4. ... the no trouble found rate for RMA'd hardware is typically quite high - to the point there is likely to be nothing wrong with a product that has been returned under warranty.

Long ago, my friend worked for a Dell contractor (Unisys maybe) doing field service calls. His car would be full of swapped hardware, most of which would be thrown out. However, the hard drives had to be physically returned to his office. He gave me a bunch of stuff like a stack of eight working P4 motherboards, RAM, fans, CPU coolers, DVD drives, and so on. It all worked fine so I can totally see the disks making their way back into the supply chain via some shady contractor or recycler.

PaulHoule

Those Exos drives have been popular with homelab types because they are usually $50-$100 cheaper than prosumer drives that claim to save maybe 0.5 W and 2-3 db of noise on the datasheet. (The latter could be effaced by a bad bearing anywhere in your build, I haven't seen either claim tested by a review site)

It's funny but in this case the enterprise product is the cheap mainstream product and the 10-20 SKUs aimed at prosumers are the exotic expensive products. It is senseless to me that vendors like WD make special SKUs for security camera use or for 2-3 bay NAS, 4-7 bay NAS, etc when all it means is Best Buy won't stock any of them, development costs are spread out over fewer units, more versions of firmware and hardware to have bugs, etc.

vel0city

> WD make special SKUs for security camera use

The workload for a security camera or a DVR is going to be pretty different from a lot of NAS devices or desktop/server use. Shingled Magnetic Recording (SMR) is fine for things like a security camera, where you're just going to be writing long files and probably just overwrite eventually. SMR is really bad if you need lots of random sparse file modifications.

I do agree they're probably overboard on SKUs but having an obvious SMR SKU versus non-SMR is pretty important in my book. The fact they mixed in SMR into some regular drives and muddied the waters on which tech is going into which SKU really turned me off WD; I don't think I'll ever buy another one of their hard drives again.

PaulHoule

The odd thing is that SMR may actually improve performance for many mainstream workloads because it turns random access writes to sequential writes. Similar techniques are used in software for write-heavy workloads (e.g. cache helps with reads more than writes, only helps with writes if they are battery backed and it can help a lot of if writes are sequentialized)

This is why WD figured they could get away with it, but it's a shame what it does if you're rebuilding your ZFS array (if they'd actually talked to customers they might have find a lot of people who buy big drives are ZFS heads!)

Myself I had a security camera set up to monitor my "cat room" last summer when I was trying to gentle a feral cat, I am thinking of pointing it at the driveway and monitoring it with ZoneMinder. ZoneMinder wants its own volume to write to, I am thinking of putting in a spare Intel SSD (superior, though review sites never told you) for that purpose, it's not like I need to store terabytes worth of video from it.

magicalhippo

There was an early SMR talk by a WD (IIRC) engineer to a crowd of ZFS devs and sysadmins, and the engineer thought it should fit well because he misheard the default record size being 128MB rather than the actual 128kB, so thought it one record would fit one zone.

throwaway48476

DMSMR is TERRIBLE for a DVR workload. It writes first to a CMR cache and then flushes to SMR when the drive isn't busy. With a DVR the drive is never not going to be busy. Further the pitiful write speed of SMR is likely not enough for a modern high resolution security camera installation.

yencabulator

At least for some brands/models, a workload of purely sequential large writes doesn't exhibit that slowdown -- so I'm assuming they go straight to an open SMR zone. There might be an extra criteria where the rate of writes has be just below some threshold so the drive has time to seal full zone & open up a new one in time, to avoid CMR buffering.

scottlamb

> The workload for a security camera or a DVR is going to be pretty different from a lot of NAS devices or desktop/server use. Shingled Magnetic Recording (SMR) is fine for things like a security camera, where you're just going to be writing long files and probably just overwrite eventually. SMR is really bad if you need lots of random sparse file modifications.

In theory you're right, SMR is not necessarily a problem for NVRs if well-implemented. However, I had poor luck running my own NVR software on drive-managed SMR. (The cheap kind that doesn't support zoned storage APIs, just pretends to be a standard drive.) 2/2 drives failed within a year, despite staying within the rated workload. Admittedly it's a small sample, but it soured me on drive-managed SMR. I suspect NVR software written to use host-managed SMR or hybrid SMR might have better luck, but AFAICT those drives are only sold to enterprises.

...and AFAICT, the WD Purple Surveillance Hard Drive and WD Purple Pro Smart Video Hard Drive lines do not use SMR. Looking at the current highest-capacity drives for both lines:

* The WD Purple Surveillance Hard Drive, 8TB (WD11PURZ) is specced at 180TB/yr.

* The WD Purple Pro Smart Video Hard Drive, 24TB (WD240PURP) is specced at 550TB/yr.

...vs something like 55 TB/yr that I've seen for SMR drives.

https://nascompares.com/answer/list-of-wd-cmr-and-smr-hard-d... also says that WD11PURZ is CMR. No listing for WD240PURP.

edit: oh, and the spec sheets for both lines explicitly say all drives use CMR. https://products.wdc.com/library/SpecSheet/ENG/product-brief... https://products.wdc.com/library/SpecSheet/ENG/product-brief...

lmpdev

Yes

PSA to anyone reading: do not use Purple drives for anything non-DVR/NVR related

duskwuff

Is there something that makes them unsuitable for other workloads?

juancn

SMR is discouraged for DVR use, many vendors (e.g. Ubiquiti) specifically ask for CMR drives.

tjoff

Or the only difference of those specialized SKUs is a single parameter in the firmware making a different tradeoff for, lets say, random seek vs. sustained sequential reads/writes. A different cache strategy. Or whatever.

Being able to charge $100 more for that is very worthwhile.

linker3000

2014-2017 I worked for HGST, just as it was being assimilated by WD.

There were definite hardware differences between drive categories back then, and as well as the firmware adjustments, there would be things such as additional accelerometers to detect and help protect against shock (eg: portable drives), higher quality bearings and head/head mechanism differences.

But, or course, that was then and I can't speak for now.

PaulHoule

I think the "larger NAS" drives have better shock absorption, which is a hardware thing.

No matter what, it's a reason why you can't get any large capacity drive at Best Buy. They'd have room for one SKU but can't afford to stock an Amazonian variety of unusual types. I feel the whole industry has gone in a bad direction.

My workstation has a modern case that doesn't really have a lot of room in it for HDDs, so I added an external HDD for my sports photographs. I sure as hell don't get the bit about "serious external HDDs have their own power supply" because it is one more thing that can fail (get unplugged) and cause data loss. I'd get warmer and fuzzier feelings if the drive was powered off USB.

gruez

>No matter what, it's a reason why you can't get any large capacity drive at Best Buy.

Is 24TB big enough for you?

https://www.bestbuy.com/site/wd-easystore-24tb-external-usb-...

null

[deleted]

TiredOfLife

IIRC the main difference for WD was how it reacts to errors. Consumer drives will spend minutes to retry rw operations. Surveillance drives will mostly ignore errors as it's more important to have some footage than none. And NAS drives will immediately report the errors.

PaulHoule

See http://danluu.com/filesystem-errors/ you are damned if you do and damned if you don't

Dylan16807

> claim to save maybe 0.5 W and 2-3 db of noise on the datasheet

The huge issue here is that hard drive datasheets have gotten very inaccurate.

They're not wrong, per se, but they tend to make very weak promises that ruin the ability to compare. Like if every car said "more than 10 miles per gallon".

LeFantome

Surveillance represents a pretty big market though and the OEMs are not getting them from Best Buy.

Most storage workloads read more than they write. Surveillance is the opposite. You are always writing. Much ( maybe almost all ) of what you write is never used and is simply overwritten again.

toomuchtodo

Similar workload for high energy physics, think CMS or ATLAS detectors at the LHC.

londons_explore

> make special SKUs

If your company is set up for it, special SKU's can be really cheap. Some can be software-only changes that even get applied after the product gets into the hands of the users.

eg. during the setup process, the hardware phones home, and some server side component matches it up to the original sale at the retailer and figures out which features to enable.

There might even be more SKU combinations than products have ever be produced.

Not saying hard drive manufacturers do it, but it is both possible and done in some industries.

PaulHoule

I was impressed in the 1980s when I heard about how 390 mainframes had a modem in them so IBM could phone in orders to unlock extra capacity if the customer needed it for a short time.

Today I think that's a sign to sell the stock of the company involved. It costs money to build hardware that is locked out, either the customer pays for it or the stockholders of the vendor pay for it, if the customer doesn't get to use it it just wasted. A vendor that even considers value subtraction is on thin ice and can only get away with it because there are barriers to exit. (This is particularly true of "fused off" features in Intel chips.)

dingaling

On-demand scaling is still a feature of zSeries mainframes, now called Elastic Capacity on Demand .

To non-corporates it might look like wasted resources or gouging the users, but from the enterprise perspective it's a marvellous feature. It's basically on-premises cloud-scaling.

Merrill

In an early minicomputer, the $500 power fail interrupt feature was field installed by clipping a jumper.

There were mainframe line printers that implemented a different lines per minute feature depending on which gear set was installed.

londons_explore

When you look deep enough, nearly all 'tech' products costs are IP. For IP, it costs nothing to include a feature locked out.

Even real hardware is usually like this. An expensive camera is probably only expensive because it had more R&D go into it and all of its components. The actual sand to make the silicon chips didn't cost any extra.

Unfortunately, the way todays capitalist society works, it's pretty hard to say "I'd like to buy 1 million of your camera sensors please, and I'd like to have 200k of them be high performance and 800k be kinda noisy, but I'll let you know which are the high performance ones after I sell them".

A really vertically integrated company like Apple could do it though - and they do, selling super high performance chips in cheap iPads, but software locked to not run a decent desktop OS - for that you have to buy a macbook with the same chip for triple the money.

compootr

> the hardware phones home, and some server side component matches it up to the original sale at the retailer

laughs in linux

my drives have physical extra pins that make it disable itself with a normal SATA connector that's left unplugged in its plastic case

Dylan16807

If a normal SATA power connector disables your drives, that just means your power supply is old.

It wasn't the best idea to reuse the deprecated 3.3v pins for controlling drive power, but it's easy enough to deal with.

egorfine

> the hardware phones home

ah, nothing like Windows-only hardware that is being purchased for Linux usage.

quesera

Article is about reports from German customers (this is clear in the orignal title, but not the current HN title), and mostly with 16TB Exos HDDs.

FWIW, I just bought a bunch of Seagate HDDs (US vendor) and my warranty periods line up with the DOMs on the packaging.

You can check your warranty period/status at:

https://www.seagate.com/support/warranty-and-replacements

nbernard

Thanks! I just checked an 10TB Ironwolf bought to a German seller through Amazon.fr less than two months ago: Its warranty expires in a few days... :(

zzyzxd

From my experience dealing with them, Seagate's default warranty info is based on drive's date of manufacture. So it is possible that this drive had sat in some Amazon warehouse for 5 years before you got it.. You can register the drive with receipt to get that data corrected on Seagate's side.

JAlexoid

From what I see, the majority of HDDs on Amazon are now used devices.

Which isn't necessarily bad... HDDs have a much longer lifespan than SSDs. I expect my used HDDs to last at least 5years in my RAID5 setup.

xnorswap

How is listing used devices as new "not necessarily bad"?

It's fraud.

tedivm

It's bad if they're lying about it.

I will say I bought two HDDs from Amazon just in November, and they were new. I just validated that as well. I purchased directly from Seagate on Amazon.

y-c-o-m-b

The majority of everything on Amazon seems used. I stopped buying electronics from them (unless it's something cheap I don't care too much about) and I buy directly from manufacturers or walk into Best Buy and buy it new. Hard drives, memory sticks, GPUs, monitors/TVs, and headphones from Amazon are a hard NO from me. The chances of them being used or outright counterfeit is ridiculously high now. Pretty much everything I purchase from Amazon these days seems to be used or fake. This includes something as simple as Vitamin D supplements, where you can tell the packaging has been tampered with. Sometimes I even get consumable products where the seal is gone or has been torn in half.

quesera

You should not be downvoted. I think people are misunderstanding your comment.

But I am confused about another part.

Why would you prefer (clearly marked) "refurbished" HDDs for 20% less than new, if you expect them to last 5 years? If a new HDD would last 6+ years, you're better off buying new, right?

I guess I can see electing to buy into the lower part of the bathtub curve, but I have a difficult time trusting that "refurb" doesn't reset your timeline on the curve (e.g. by replacing the PCB outside the platter box).

RachelF

Ebay and, to a lessor extent, Amazon, have many vendors selling "new" Seagate HDDs that are actually refurbished. The SMART data is just reflashed to zero.

There is speculation that these are ex-Chinese drives from crypto currencies that used "proof-of-storage" mining like Chia coin.

rwmj

It's worrying that SMART data can be reflashed. You'd think the drive vendors would try to prevent this.

wumms

Has anyone had experience involving the police in matters like this?

I reached out to the German news source that first reported on this issue, but they couldn’t help. The writer of the article mentioned that "The dealer will probably hide behind the supplier."

Here's the response I received today from Böttcher AG, where I purchased the hard drives, after sending them the FARM logs and photos of the drives (translated from German):

---

"Dear Sir or Madam,

Attached you will find the manufacturer's feedback regarding your complaint:

Please send the hard drives back. You will receive a credit immediately upon receipt.

We are currently unable to provide a statement, as we need to first examine the hard drive and the situation. Therefore, please ask the customer to hand over the hard drive to you.

You will promptly receive a refund of the purchase price and the shipping costs. As soon as we have a statement from our supplier, we will inform you immediately."

---

Given this, I am wondering if anyone has dealt with a situation like this and whether it's worth involving the police to ensure compensation for the damages or if this process should be handled through other legal channels. Any insights or advice would be greatly appreciated!

smelendez

I think in many countries you’d be better off reaching out to a consumer protection-specific agency or tribunal, making sure to cc the vendor or manufacturer. For instance, in the United States, you could contact the Federal Trade Commission or your state’s attorney general, or potentially file a case in small claims court if the matter isn’t quickly resolved.

You might get a better response from regulators if you wait until you do have issues getting a refund, but that probably also between jurisdictions. Good luck!

trompetenaccoun

One way some companies and merchants deal with high inflation and increasing price pressure seems to be declining quality. I've seen similar things happening more frequently in different markets, not just tech. If you notice something like it, the best way to deal with it imo is ask for your money back, make it public if possible and boycott the business from then on. Customers need to penalize such behavior as much as possible or soon we can't trust anything anymore. Hard disks especially are one of the most critical components, you don't want failures there.

autoexec

One example of this is Breyers ice cream. They are the oldest ice cream company in the US, had a great reputation, and heavily marketed that they only used high quality all natural ingredients until they got bought up by Unilever who stuffed it full of artificial ingredients and fillers to the point where they could no longer legally call their product "ice cream" and had to relabel their products as "frozen dairy dessert". You'd think that doing that would have tanked the company, but they're still one of the top brands globally and in the US. Unilever took advantage of a company's reputation for quality, quietly filled the product with shit, and made a fortune because people continue to eat it up. There are plenty of competitors making actual ice cream too.

rycomb

Indeed. Seems that Amazon is doing this more and more. Here in the US, I've just received a used (and damaged) Rode microphone, sold and shipped by Amazon 'as new'. And as you said, I returned it and decided not to order anything valuable from them, ever again.

Still, I wonder if these (arguably illegal) practices are still worth it for merchants and companies, considering that there's no enforcement and the majority of consumers don't drastically change their shopping habits when being abused.

bityard

So I'm going to do something I don't normally do and defend Amazon only a little bit...

What likely happened was that somebody had an old and broken Rode mic and decided to scam Amazon. They purchased a new one, put the old one in the new packaging, and sent it in as a return with "ordered by mistake" or some other reason that doesn't indicate a broken or faulty item.

Amazon warehouse employees certainly don't (and never can) check out every return item for full functionality. My guess is that at the most, they make sure it's not just an empty box or a brick.

So, the only signal that Amazon has about whether to restock the item again is what the buyer stated for a return reason. If they tell the truth, they might get someone to take a closer look at the item and decide that it's not actually new. If they lie, they are both scamming Amazon and the next buyer.

Amazon _could_ treat _all_ returns as defective and destroy the returned items (historically how many brick-and-mortar retailers did it), but given their generous return policies, this probably means quite a big hit to their bottom line.

hamandcheese

There is a large spectrum of options between the extremes of "destroy all returns" and "resell returns as new without any checks".

For example: only sell returns as "open box". For some items, I'd be happy to chance an open box, for other items, not so much.

IAmGraydon

I've had this experience with several big retailers recently. One is B&H, who sold me a "new" Focusrite 18i20 4th Gen last month which had clearly been opened, cosmetically damaged, and returned. I've also had this experience many times with Sweetwater (musical instruments retailer). There used to be a sales rep there who would participate in a particular musician's forum that I was a member of and would get us a slightly better price than is standard if we ordered through him directly. Many people who did so, including me, received what was clearly opened and returned items, sold as new. I assume they do this because the vast majority of people would rather not bother and will just accept a small defect.

tartoran

I'm really surprised B&H has turned to this, they've been a very good retailer in my experience.

bombcar

This isn't new, it's just becoming a bit more prevalent. Anyone who shopped at Fry's Electronics knew it was nearly impossible to find something that hadn't been reshrinkwrapped by them (I suspect they'd reshrinkwrap everything sometimes so you couldn't tell).

Dealing with the cost of returns is a major part of a modern retailer, and Amazon has got to be through the roof with the numbers they receive.

madphilosopher

Things I absolutely won't order from Amazon: products you put in your body, products you put on your body, and electronics. Their business model and fraud are pretty much indistinguishable at this point.

mmmlinux

I had the same thing happen with a soldering iron bought from amazon. sold as brand new. clearly had been used and crammed back in the box.

IAmGraydon

>One way some companies and merchants deal with high inflation and increasing price pressure seems to be declining quality.

And some, apparently, turn to fraud.

Snoozus

In this case practically all german retailers are affected.

yobbo

> The time used ranges from 15,000 to 36,000 hours except for two 4TB HDDs, which were both used for about 50,000 hours

20000 hours is more than 24 months. 50000 is five and half years.

Someone is probably selling drives that are being retired from datacenters.

rsync

"Someone is probably selling drives that are being retired from datacenters."

I would suspect CHIA miners. CHIA miners have long been known to reset SMART parameters for resale:

https://news.ycombinator.com/item?id=28436558

As that (absurd) project

bombcar

I guess one way to avoid this would be only to buy drives that were released recently; a drive that first shipped in Dec 2024 can't be five and a half years old!

BeetleB

Years ago, a Seagate HD suddenly crashed. Wasn't particularly old.

Then some point later, there was a good deal on Seagate HDs, and I bought another one.

Also crashed "early" in its life.

I never buy them again. The main PC building forum I used to frequent also have a pinned topic announcing that they've lost all hope with Seagate and will never recommend it for anyone asking for help on a build. That was 10 years ago, and last I checked they still stuck to that policy.

Don't buy Seagate.

WarOnPrivacy

I was a system builder from 1990 onward.

Seagate's 10. and 11. lines were notorious for going bad. I have stacks of bad Seagate drives from those days (2010s, iirc). For 3.5 inch form factor models, Seagate drives were dying at a rate of 10x all other brands combined.

The earliest HDD scandal I recall was when Seagate bough Conner, just as Conner's run of leaky-seals started eating platters. Seagate refused to honor those warranties for years. Something eventually changed. IDK what, I always assumed a court was involved.

For non-Seagate drives: I did have a bunch of 500GB WD Blue SSDs die a couple of years back. I replaced some under warranty; I later found a firmware update restored the rest of them.

beAbU

One of their drives was famously so unreliable that it has its own wikipedia page [1].

Guess who had two of these fail almost at the same time in his NAS a couple of years back.

1 - https://en.m.wikipedia.org/wiki/ST3000DM001

xen2xen1

Had 4 of the 5000 version of the models. Quickly moved to other drives. Got lucky.

felindev

> the company launched an official eBay store that sells refurbished drives. [...] However, this store only sells in the US

One could make a joke that seagate did start selling refurbs in EU, just without telling anyone. Why is it always seagate when there's something wrong with HDDs?

diggan

> One could make a joke that seagate did start selling refurbs in EU, just without telling anyone.

Regulators and prosecutors/lawyers would probably be the only ones laughing about that. AFAIK, consumer protections are much worse in the US, so if anything it would be the opposite.

> Why is it always seagate when there's something wrong with HDDs?

If it isn't Seagate, it's someone else. Wasn't Western Digital caught selling NAS drives with some shittier technology than they were advertising? Feels like a rite of passage for HDD sellers to somehow defraud consumers sooner or later.

jerf

"AFAIK, consumer protections are much worse in the US, so if anything it would be the opposite."

Claiming you're selling a new product and then selling a used product is straight-up fraud. This isn't even a warrantee issue, and no, the US legal system wouldn't just shrug and go "Oh well". This is the sort of thing that penetrates any amount of verbiage in a EULA the company may throw at you, including any sort of demand to go through arbitration, and depending on how widespread this is could easily become class-action, which is the corporate nightmare the forced-arbitration clauses are trying to avoid. You can't write yourself an open-ended right to commit basic fraud into any contract, no, not even in the US.

Capricorn2481

Class actions are for lawyers. They will lowball how much damage was done and consumers will see $6 once all is said and done.

I'm sure Seagate would rather not go through it, but the lesson for other companies will be just to get caught slower.

alias_neo

> Wasn't Western Digital caught selling NAS drives with some shittier technology than they were advertising

WD switched their (larger; over 4TB iirc) WD Red drives from CMR to SMR without changing the model number at all, this is why I switched to buying Seagate.

The SMR problem became particularly apparent when NAS users (like myself) switched out a failed drive with one of the same model in their ZFS pools, and resilvering would fail.

Interestingly, the Seagate drives I switched them with just a couple of years ago have now started failing (one of them at least) so that didn't work out.

Does anyone know if it's possible to check this runtime data on the drives? According to the article it's not in the SMART data which has been reset in the case of the drives they're talking about.

I'm thinking of switching my NAS to solid-state as I've never had an SSD fail yet I'm replacing disks in my RAID1 ever couple of years on a home NAS that sees fairly light load other than some VMs and Kubernetes clusters writing logs etc since I'm not actively using much of it for 90% of the time it's on.

dml2135

I think its actually 8TB and under that WD switched to SMR. All their drives over 8TB are CMR, last I heard.

marxisttemp

> I'm thinking of switching my NAS to solid-state

My NAS is mostly read-only and I’m very keen to do this. My understanding is that since SSDs are still readable when they fail, you don’t need the same degree of RAID parity to avoid data loss.

rendaw

Toshiba (and Seagate) were mislabeling SMR drives at a premium too: https://news.ycombinator.com/item?id=22906959

immibis

Okay, almost always Seagate. Their drives fail at over an order of magnitude higher rates, too.

gruez

>Their drives fail at over an order of magnitude higher rates, too.

Source? Aside from bad models (eg. ST3000DM001), their failure rates are comparable to other vendors, hovering around the low single digit percentage points.

https://www.backblaze.com/blog/backblaze-drive-stats-for-q3-...

dylan604

This reminds me that I haven't seen a drive report from Backblaze in a while posted here.

Joker_vD

> Why is it always seagate when there's something wrong with HDDs?

Since you can't make an "X-gate" name for a scandal out of the Seagate's name, they can afford more bad publicity than other hard drive manufacturers. Truly an ingenious branding strategy.

PaulHoule

Circa 2001 or so I bought about 5 Maxtor drives that all went bad in a year and I wasn't the only one. I never bought another Maxtor drive again.

On the other hand, I've owned probably 20 Seagate drives and had maybe 1 fail, so I see them as a partner as much as a aprt.

baobun

> Why is it always seagate when there's something wrong with HDDs?

WDs image was IIRC already not the best when the WD Red SMR thing blew up. I recall feeling smug but forget the background. I think they have a strong claim on title of most scandalous HDD maker.

account42

It really is a shame that WD bought up HGST.

Hamuko

Does any WD model have its own Wikipedia page?

https://en.wikipedia.org/wiki/ST3000DM001

(I had one, it died just after its warranty ended but Seagate did send me a replacement after bitching about it for long enough.)

knute

There's an IBM Deathstar (sold to Hitachi, sold to WD) model that has its own section, at least:

https://en.wikipedia.org/wiki/Deskstar#IBM_Deskstar_75GXP_fa...

baobun

I agree it's not an easy call between the two! I guess the conclusion of this episode could tip the scales, if we ever get an explanation.

My best guesses right now are some mix of organized crime disrupting their German distribution and/or less publically acknowledged graymarket/OEM channels gone wrong.

If it really comes from inside Seagate I don't think a sane person would buy from them again.

It gets more nuanced when talking about their responsibility to keep oversight over their supply chains and distribution.

rasz

They both competed for worst drive :)

https://www.electronicsweekly.com/news/archived/resources-ar...

" Western Digital supplied it with faulty disk drives during 1988 and 1989"

toast0

> Why is it always seagate when there's something wrong with HDDs?

It's either Seagate, Western Digital, or the rotating third player in the market, but there haven't really been any other options for scanadals.

I can't remember the last time the third player had a big scandal, but WD certainly goes through them from time to time. IBM DeskStar is a name that will live in infamy, but that was from before rotational drives really consolidated.

teekert

I avoid WD since the WD Red SMR controversy. Was under the impression Seagate has always been solid. Bummer.

bluGill

there are only a handful of companies that make HDD so it will be one of them. WD has a terrible reputation as well. Who else makes HDDs? (Toshiba is the only one I know of and they never seem to come up with someone asks for recommendations so I'm not sure if they are small, so bad nobody would think about them, or just hard to get retail)

danparsonson

The HGST Ultrastars, which were bought by WD and so now are WD Ultrastars, have a great reputation and despite being marketted as enterprise drives, are not much more expensive than consumer drives. My data point is that I've bought several of them and never had any trouble.

mrguyorama

>My data point is that I've bought several of them and never had any trouble.

This is, emphatically, not a good data point. You need thousands of drives running for years under normal loads to actually tease out outlier failure rates in a drive SKU. You need to literally do what Backblaze does.

3np

I'm suspecting Toshiba might just be "a well-kept open secret" and people want to keep them for themselves. That's my only explanation for their absence in recommendations. Perhaps combined with that probably the other manufacturers actively market in ways that Toshiba doesn't care for.

Gone through a bunch of their MG/MN series drives over 5+y, and the 3/5y warranty was honored without BS on the one RMA case. You can also see them track well in Backblaze rankings.

Their N series are supposedly also great but never saw the point in paying the premium.

I have no idea why you would pay more or the same for same-sized drives from either Seagate or WD if you have the option.

null

[deleted]

linsomniac

I'm a die-hard Ultrastar fan who was disappointed by their eventual sale to WD. But, for a sample size of 8 over a decade, I've been happy with my Toshiba laptop 2TB drives I have running in a small storage server.

busterarm

When I built my 48TB NAS a few years back I went with Toshiba MG Helium-sealed drives because of so many bad experiences with the remaining alternatives.

It was a revelation. These drives have been so good to me.

marceldegraaf

Those drives are amazing. Not exactly cheap, but very reliable and silent enough for home server use.

fred_is_fred

It's not clear to me that this is Seagate's fault. Sounds like retailers are selling used drives as new. Or is wiping the SMART data only something Seagate corporate can do?

WarOnPrivacy

> Or is wiping the SMART data only something Seagate corporate can do?

I buy used enterprise drives for large home NAS and some Amazon "refurb" sellers will wipe SMART data, inc drive hours. I avoid them. It's a dumb thing to do for a known, used drive.

efitz

This is specifically illegal in the US[1] (and probably everywhere). If this were in the US then it would be prudent for the buyer to contact the FTC[2] and their local state AG.

[1] https://www.law.cornell.edu/cfr/text/16/20.1 [2] https://reportfraud.ftc.gov/

gpvos

Which is why the article calls it fraud in the first line of the text.

voytec

Not to defend Seagate, but also:

> Although it’s not entirely clear if actual fraud is happening here, something has definitely gone very wrong.

snvzz

That sentence protects against defamation lawsuits.

scrlk

From the original heise.de article (https://www.heise.de/news/Betrug-mit-Seagate-Festplatten-Dut...):

> According to readers, various retailers supplied the hard drives, with Amazon, JB Computer, Mindfactory and Reichelt being mentioned in numerous cases. Others mentioned: Alternate, Böttcher, Büroshop 24, Galaxus, Jacob, Kosatec, Maingau and Proshop - some of which are on the list of official Seagate retailers.

Given the number of affected retailers, I wonder if a distributor in Germany messed up somewhere.

kuschku

> messed up somewhere

How do you "mess up" the smart hours accidentally?

malfist

Judging by the hard drives you get from amazon, you mess up smart hours by forgetting to flash them to zeros.

Hard drive fraud is rampant, to the point I'm hanging on to ancient 4TB HDDs because I don't want to reward someone for fraud.

Tepix

"messed up"?

scrlk

My bet would be on someone in a warehouse mislabelling a pallet or something. Actual malice is a possibility, but it does seem odd to blow up an entire distribution business for some 16 TB HDDs, when HDDs aren't supply constrained at the moment. There were all sorts of shenanigans going on in 2020-21 when supply chains were disrupted (e.g. https://arstechnica.com/gadgets/2021/06/chip-shortages-lead-...).

thaumasiotes

>> It’s hard to imagine this is just a simple mixup, not just because so many retailers are apparently involved but also because they’ve all had their SMART stats reset, which would be very useful to someone trying to pretend a used drive is new.

stronglikedan

accidentally sent out refurbs marked as new to retailers to sell as new

Supercompressor

The headline makes this out to be deception by Seagate but the article reads as if it's just one shady, but approved distributor who's sneaking these out as new drives.

nness

I thought that part was unclear, too. This seems to be a particularly big issue on Amazon in Europe. So much so that certain NAS communities, like r/synology recommend to avoid Amazon for HDD purchases.