Seagate Bulks Up With New 8 Terabyte 'Archive' Hard Drive
MojoKid writes Seagate's just-announced a new 'Archive' HDD series, one that offers capacities of 5TB, 6TB, and 8TB. That's right, 8 Terabytes of storage on a single drive and for only $260 at that. Back in 2007, Seagate was one of the first to release a hard drive based on perpendicular magnetic recording, a technology that was required to help us break past the roadblock of achieving more than 250GB per platter. Since then, PMR has evolved to allow the release of drives as large as 10TB, but to go beyond that, something new was needed. That "something new" is shingled magnetic recording. As its name suggests, SMR aligns drive tracks in a singled pattern, much like shingles on a roof. With this design, Seagate is able to cram much more storage into the same physical area. It should be noted that Seagate isn't the first out the door with an 8TB model, however, as HGST released one earlier this year. In lieu of a design like SMR, HGST decided to go the helium route, allowing it to pack more platters into a drive.
"Reduce friction" is pretty close, actually.
The platters spinning around causes a lot of air to move around, as well. If that air is helium, the effects of the turbulence are less forceful, so moving parts don't need as much buffer space between them.
The individual platters don't change density, but since they can be packed closer together without aerodynamic damage, there can be more platters in a single unit.
You do not have a moral or legal right to do absolutely anything you want.
their enterprise drives are ok but I wouldn't touch them, these days, for consumer drives. no way!
There is no difference in reliability between "enterprise" and "consumer" drives. Those are purely marketing terms. The sole advantage of enterprise drives is a longer warranty. If you are bad at math, you might think that is a good deal.
From this article here it appears that shingled hard drives are not completely random-access for writes. They will probably need some sort of flash-like translation layer to support normal file systems. (Or Seagate has provided that layer internally like SSDs do, in which case as a first-generation device it is probably buggy and will lose your data...)
I work for a very large storage array manufacturer. Warranty length is *not* the only difference...
Agreed. The price is also different.
For reliability, I prefer actual data over your anecdotal opinion: Consumer drives shown to be more reliable than enterprise drives.
Unfortunately there is a common trend in the commercial world where a once-quality brand decides to cash in on it's reputation and sell low-quality crap and "We're a quality brand" prices. No doubt it boosts profit margins dramatically, for a while, but means the world loses another quality brand, and a lot of customers get screwed over. And sometimes it's a graduated process where the high end enterprise/boutique products continue to maintain their quality to prop up the brand, while the quality of the normal products falls off a cliff.
I haven't been following hard drives closely enough to be able to comment on Seagate's case, but I've seen it happen to far to many once-great brands to be even remotely surprised.
--- Most topics have many sides worth arguing, allow me to take one opposite you.
You mean you got hit by the 7200.11 bug and didn't do any research into it to discover that it's a firmware issue with a simple fix?
Its simple to upgrade the firmware when you can still access the drive otherwise you have to jigger up a TTL level serial interface and send AT commands to unbrick the thing...lots of "fun".
Write Once Read Mostly
Shingled media is almost useless for random access, since rewriting a logical block means relocating its entire "shingle" strip somewhere else., then, at some other time, garbage-collecting the entire region and relocating the still-in-use blocks. You definitely want to run these "noatime", to prevent thrashing directory blocks, and they should probably have a new filesystem designed for them.
Some have tried tinkering with flash filesystems due to the "copy/invalidate/garbage collect" and the LBAs are gathered in some larger storage block in no particular order, and that storage block needs to be managed. Don't know if Seagate will tell us what the size of a erase block (a set of overlapping, concentric "shingles", which have to be collected as a group) really is, or if they'll even be a consistent size.
If you're streaming from them, you may hit "garbage collect" long access times, and I don't know what proprietary commands and settings may be available, if any, to tell the drive "now is a good time to do housekeeping".
As "archive media", shingled drives probably work OK, since that is a WROM application, but, personally, I would NOT use them on any existing file system.