Slashdot Mirror


Western Digital Unveils First-Ever 512Gb 64-Layer 3D NAND Chip (betanews.com)

BrianFagioli quotes a report from BetaNews: As great as these solid state drives are now, they are only getting better. For example, SATA-based SSDs were once viewed as miraculous, but they are now looked at as slow -- PCIe-based NVMe drives are all the rage. To highlight the steady evolution of flash storage, Western Digital today unveiled the first-ever 512 gigabit 64-layer 3D NAND chip. "The launch of the industry's first 512Gb 64-layer 3D NAND chip is another important stride forward in the advancement of our 3D NAND technology, doubling the density from when we introduced the world's first 64-layer architecture in July 2016. This is a great addition to our rapidly broadening 3D NAND technology portfolio. It positions us well to continue addressing the increasing demand for storage due to rapid data growth across a wide range of customer retail, mobile and data center applications," says Dr. Siva Sivaram, executive vice president, memory technology, Western Digital. Western Digital further explains that it did not develop this new technology on its own. The company shares, "The 512Gb 64-layer chip was developed jointly with the company's technology and manufacturing partner Toshiba. Western Digital first introduced initial capacities of the world's first 64-layer 3D NAND technology in July 2016 and the world's first 48-layer 3D NAND technology in 2015; product shipments with both technologies continue to retail and OEM customers."

16 of 78 comments (clear)

  1. Re:Why are they expensive? by xlsior · · Score: 4, Informative

    1) because they can 2) it takes a while to recoup the investment money of the $$$$ fabrication equipment

  2. Re:Hopefully better than their hard drives. by bobbied · · Score: 3, Interesting

    I don't care what vendor you use...

    If you care about your data you either RAID (and monitor) or keep good backups that you routinely test. (preferably both)

    My Personal file server is software RAID-5 with a hot spare and a replacement drive on the shelf. PLUS I keep a nightly mirrored backup online and rotate the spindles offsite to the In-laws basement every time we visit. (I know I'm cheap, but 4 Gig is kind of expensive to back up to the cloud and I have security to consider.) I lost a small portion of the photos once and thought my wife was going to kill me, NEVER again unless the zombie apocalypse happens.

    WD drives do seem to be on the lower end of reliability, but I really don't care that much myself. I buy what's cheap and I'll toss it when it breaks...

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  3. Western Digital Still in Business? by mattmarlowe · · Score: 2

    Maybe I'm just not keeping up, but Western Digital seems to have been on a downward path for quite a long time....I'm not sure why they are still in business.

    Back in the early 90's, WD drives were OK, but seagate had a better reputation for anything important. Since then, they seem to have just languished - acquiring other companies products. Their enterprise/datacenter drives aren't that bad, but seagate still seems to rule the roost. On the consumer end, quality control has been quite hit or miss and despite their making ever larger drives at cheaper prices, I would never trust their drives with anything important.

    As for SSD's, their competition has really been for the last several years between intel vs samsung versus 3rd parties (kingston/seagate/etc). Does WD sell a lot of SSD's comparatively?

    1. Re:Western Digital Still in Business? by Solandri · · Score: 4, Insightful
      WD has been buying up SSD companies - mostly small ones in the enterprise market. My brother-in-law (international trade lawyer) interviewed with one of these small SSD companies, rejected their offer, then got a job at WD. A year later, WD bought that SSD company and he got put in charge of prepping them for International sales.

      I would never trust their drives with anything important.

      Nobody with truly important data trusts any drives with anything important. Local and cloud storage have gotten so cheap it's trivial to have multiple backups and RAID redundancy. If I could have a nickel for every person who comes to me begging to help them recover data off a drive which stopped working... Often they're faced with paying a recovery service $500+, all because they were too cheap to spend $80 on an external backup drive, or $20 for a USB flash drive (need to refresh these every few years for maximum safety) or some blank DVDs.

      If you have a Gmail account, Google already gives you free unlimited cloud storage of all your photos up to 16 MP. They also let you store videos for free, although I haven't been able to find what the limits are (used to be 15 minutes max per video, but I believe the new limit is just 1080p). If you have Amazon Prime, it also includes unlimited storage of any size photos. And if you subscribe to Office 365, it includes 1 TB of cloud storage. Please, take advantage of these to back up the irreplaceable photos and videos of your wedding, your child's birth, your child's first steps, etc. It's disheartening having to tell people they will have to choose between recovering these precious memories and a half month's rent.

  4. "Hot spare" is a give away by mi · · Score: 2

    My Personal file server is software RAID-5 with a hot spare and a replacement drive on the shelf

    While it is, indeed, prudent to keep a cold spare on the shelf, wasting a slot in your enclosure for a "hot spare" is just that — a waste. Here is my proof of it, but you can find other people telling you the same thing.

    It is extremely unlikely, that a second disk will randomly die on you during those few hours it will take you to replace the first one with your cold spare and for the array to rebuild. What you want to avoid is correlated failures — when multiple drives fail for the same reason (such as a firmware bug, manufacturing defect, or an environmental factor — like heat).

    But having a hot spare online is not helping against that either — buy drives from different manufacturers, different models, and from different batches.

    Oh, and if by "software RAID-5" you mean anything other than ZFS (RAID-Z), then you really ought to upgrade.

    --
    In Soviet Washington the swamp drains you.
    1. Re:"Hot spare" is a give away by Khyber · · Score: 2

      "wasting a slot in your enclosure for a "hot spare" is just that — a waste. Here is my proof of it [algebra.com]"

      That's a really horrible 'proof' You keep a hot spare so you can simply yank the drive and run in case of a fire, thus your data is still safe, or if you want an off-site backup, you just yank the drive, plug the fresh one in and mirror to it, and take the drive you just pulled wherever you need to go.

      And the hot-plug bays for such a thing are like ten bucks. If you aren't going to spend even a measly $10 to improve your data redundancy, you might as well not bother with data redundancy at all.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    2. Re:"Hot spare" is a give away by mi · · Score: 2

      yank the drive and run in case of a fire [emphasis mine], thus your data is still safe

      Safe in case of a fire?!

      And the hot-plug bays for such a thing are like ten bucks.

      This 4-bay enclosure costs over $400, making each slot cost over $100. This 8-bay one is $750...

      More importantly, you don't just buy it once — you maintain it. It takes up space. The spinning drive consumes electricity, wears out, produces noise. And none of it is justified — you do not add anything to your data's chances of survival.

      .. to improve your data redundancy

      You do not improve your data redundancy. That's the whole point.

      --
      In Soviet Washington the swamp drains you.
    3. Re:"Hot spare" is a give away by fnj · · Score: 2

      It is extremely unlikely, that a second disk will randomly die on you during those few hours it will take you to replace the first one with your cold spare and for the array to rebuild.

      Utter bullshit. The second drive will not fail "randomly", but through the torture of the rebuild process. Single-drive redundancy like RAID5 is just a good way to lose 100% of your data instead of some of it (individual separate drives). It is BARELY better than non-redundant RAID1 spanning. I don't trust it at all for anything that matters. I don't even think double redundancy (RAID-Z2) is due care for data. I accept nothing less than triple redundancy (RAID-Z3).

    4. Re:"Hot spare" is a give away by bobbied · · Score: 2

      You assume all those drives are the same, purchased at the same time and pace and will fail at the same time? They are not...In my case, the drives are ones I have scavenged from junk heaps and apart from being the same capacity (or nearly so) they are generally not the same. So failure is likely (and in my case, expected).

      BTW, because I don't use the file server at home continually, I allow the drives to spin down when idle, so they are not just grinding away 24/7. Sure, I sacrifice a bit of delay when I first access it, but once all the drive are spinning, you don't know the difference. My goal is to NOT LOSE DATA first and foremost, which is why I whish to restore data redundancy ASAP and why I keep the hot spare (well that and have the drive just sitting there) and why I do all the backup madness.... My secondary goal is CHEAP... Which is why the system is built from scrap, why I have software RAID and why I went with RAID 5 (I found enough similar of different makes and RAID 5 got me the most space at the time)....

      Also, I built this system from scrap parts nearly a decade ago and it's morphed over the years as new scrap parts became available. I don't think it is an optimal solution today for performance or reliability. However, because CHEAP is the #2 goal, it will be used until it drops or the storage required becomes too big for the drives I can find in the scrap pile...

      But my original point is... I don't care what kind of drive you have you must do two things... 1. BACKUPS and 2. Monitor your hardware. All to often folks figure things are install and forget, but for critical data, you got to pay attention.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  5. PCIe RAID by labnet · · Score: 2

    I'm interested to know what /.ers opinions are on PCIe and RAID.

    We run SATA SSDs as RAID1 or RAID6 in our servers and support for PCIe RAID is not great yet.
    Are PCIe drives so reliable now, as to not needing RAID?

    --
    46137
    1. Re:PCIe RAID by swb · · Score: 2

      I think the larger problem with nvme RAID is holding enough modules to get any capacity. There's only so many keyed slots. Do they make a 16x PCIe card that will take 4 nvme sticks at a time?

      Nvme is wicked fast but it's difficult to get it to scale up in capacity with redundancy because of connectivity limitations. Do they make any cabinets that take nvme modules? Connected via SAS-12 it might not be too bad.

    2. Re:PCIe RAID by nuckfuts · · Score: 3, Informative

      Are PCIe drives so reliable now, as to not needing RAID?

      Personally, I never want a single point-of-failure in my storage system, no matter how reliable the devices are. Good NVMe SSD drives aren't cheap though, so I can imagine people running them without RAID if they're very confident about their backups and can withstand a bit of downtime.

      What I find really interesting though is pushing the limits of performance by striping two or more of these drives together in RAID 0.

      You're right, however, that hardware support for PCIe RAID is not really there yet.

    3. Re:PCIe RAID by dmesg0 · · Score: 2

      Yes, there are PCIe cards with 4 m.2 slots (e.g. https://www.servethehome.com/the-dell-4x-m-2-pcie-x16-version-of-the-hp-z-turbo-quad-pro/).
      And there are plenty of rack servers with internal PCIe switches for up to 24 U.2 (2.5") devices.

  6. Re:Why are they expensive? by Gravis+Zero · · Score: 2

    If you can get 512Gbits on one chip why are they expensive? Unless yields are low chips are not expensive to manufacture.

    I know this one! "3D lithography" is actually just regular lithography with an ridiculous amount of chemical deposition layers (64 in this case). Each layer has steps to add, subtract and verify that layer was properly made. Overall, this can take several weeks before a wafer is completed and yes, there are defects and they track those defects. They have a suitably high yield or they don't bother making them until they work out the process so that they do. Much of the work is done by machines but humans ensure quality is as optimal as possible. I would say that all in all, it's because it's a lengthy process and people are willing to pay for the resulting chips.

    --
    Anons need not reply. Questions end with a question mark.
  7. Re:Why are they expensive? by unixisc · · Score: 2

    If you can get 512Gbits on one chip why are they expensive? Unless yields are low chips are not expensive to manufacture.

    I think they are expensive to manufacture, particularly depending on which process node. Also, are these NAND chip 1-bit, 2-bit or more bits per cell? That translates into very sensitive voltage sensing, which increases the manufacturing complexity

  8. Re:Hopefully better than their hard drives. by Lawrence_Bird · · Score: 2

    RAID != backup Please try to remember that kids. It has its place but don't be fool enough to think RAID will save you. RAID is perfectly happy to copy corrupt data until the bad drive is marked as failed. RAID is really only useful when a drive goes immediately from ON and working properly to OFF and dead.