Me and my friend were discussing this the other day about how he said RAID is no longer needed. He said it was due to how big SSDs have gotten and that apparently you can replace sectors within them if a problem occurs which is why having an array is not needed.

I replied with the fact that arrays allow for redundancy that create a faster uptime if there are issues and drive needs to be replaced. And depending on what you are doing, that is more valuable than just doing the new thing. Especially because RAID allows redundancy that can replicate lost data if needed depending on the configuration.

What do you all think?

  • LemmyHead@lemmy.ml
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    3 months ago

    I’d say “old” RAID could be dead if you have proper backups and have the ability to replace a defect drive fast in the case uptime is crucial. But there’s also modern RAID like btrfs and zfs that also can repair corrupted filed, caused by bitrot for example. Old RAID can’t do that also hardware based RAID couldn’t either when I used it until years ago. Maybe that changed but I don’t see the point of hardware based RAID in most cases anymore

    • mosiacmango@lemm.ee
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      3 months ago

      Hardware raid can 100% do any of the above tasks, and has always been able to do them. You need an actual raid card, not some half assed baked in mobo raid.

      Hardware RAID was doing all of the above before software RAID was available to end users.

      • winnie@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        I wonder how to detect real raid card from simple switch? I guess to look at price and it should be really high?

        • mosiacmango@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Most discrete raid cards will do the job, but look for on card caching and a battery for “quality.”

      • winnie@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        But AFAIK real RAID don’t perform CRC, thy rely on drive to report bad sector. In case if on one drive data got corrupted, it would return data from one drive or another. In case of mirroring. If we aren’t talking about RAID 6 I think.

    • BorgDrone@lemmy.one
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      I’d say “old” RAID could be dead if you have proper backups and have the ability to replace a defect drive fast in the case uptime is crucial.

      RAID and backups serve different purposes. Backups are to prevent data loss, RAID is to prevent downtime in case of hardware failure. They are not interchangeable.

      • LemmyHead@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Different purposes true, but not exclusively. RAID only has effect on drive failure specifically. If downtime is intolerable then it’s not the right solution to just use RAID and you should look into total redundancy of the hardware and more. It also comes with performance bottlenecks or improvements depending on the setup, that’s another factor to take into account. So in the end it really depends on your requirements and backups can actually serve as an alternative, depending on your setup and as long as it meets your RTO

    • winnie@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      AFAIK only officially supported RAID modes in BTRFS are RAID0 and RAID1.

      RAID56 is officially considered unstable.