That's a thorough and accurate analysis, but I guess workstation uptime matters less to me, and my recovery process is a bit simpler. I would just hop over to any other working system (like my laptop) and checkout the git repo and pick up where I left off, in the worst case waiting for a database snapshot to restore into a docker container. If I did need to rebuild a workstation in a crunch, I would just use a bootable Linux USB drive and a spare slower HDD or SSD and only copy back the files I needed right then from my backups.

As far as probability and cost, I've only had 2 SSD die on me in 10 years (other than an entire batch of Samsung 870s with the firmware bug that caused them all to hit end-of-life 10x faster than normal, in which case RAID didn't help and two servers went down) and I like to buy the semi-expensive ones for the improved performance at routine daily tasks like running the test suite, and buying those in pairs feels a little too expensive for RAID. Also, there are limited number of NVMe slots on a motherboard, though of course you can buy PCIe riser cards for as many PCIe x4 slots as you have.

In case you hadn't seen them, there are actually USB 3.2 10Gbit NVMe enclosures, which are pretty awesome. Just stick your old NVMe in that, and you've got a pretty amazing portable drive.


In reply to Re^6: [OT] Reminder: SSDs die silently by NERDVANA
in thread [OT] Reminder: SSDs die silently by afoken

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.