• XNX
    link
    fedilink
    163 months ago

    Do people setup RAIDs with sd cards? There should be a super mini box for a sd card RAID

      • @catloaf@lemm.ee
        link
        fedilink
        English
        103 months ago

        They’re not reliable individually, but they’d be perfectly reliable in RAID if replaced promptly.

        Although since SD cards degrade on read, I would want to have at least RAID 6. Reading all the data for a rebuild could result in another one dying.

        • @Aceticon@lemmy.world
          link
          fedilink
          23 months ago

          Sound more like a fun project to implement than an actual decent product (compared with the alternatives).

    • @You999@sh.itjust.works
      link
      fedilink
      83 months ago

      It wouldn’t be the best of ideas because the flash used for SD cards do not have the same kind of write endurance as other types of flash media.

    • @delirious_owl
      link
      63 months ago

      More writes, more failures. SD cards work best when you write once and don’t delete it for a long time

      • @BearOfaTime@lemm.ee
        link
        fedilink
        13 months ago

        Yea, those are specifically configured to only be accessed at boot time, all the cache writes, etc, go to another drive that tolerates regular reads/writes.

        And I think even VMware, etc, are moving away from SD and going to M2, for reliability.

    • @Aceticon@lemmy.world
      link
      fedilink
      13 months ago

      It makes sense to go with NVMe drives instead for a RAID NAS as it’s the same memory technology (and what mostly determines the price in all of them is the amount of memory) so the price per GB isn’t any higher (probably a bit lower as size is less of a constraint), the size is still quite small (it’s surprising just how small NVMe SSD drives are compared with the older SSD 2.5 inch SATA ones) and NVMe is a much faster interface than SD so that things is going to be way faster.

      It think I saw some in AliExpress the other day, but for what I use my NAS, plain old HDs with no RAID for redundancy or speed are just fine.

    • @BearOfaTime@lemm.ee
      link
      fedilink
      13 months ago

      SD is a poor choice (though could be an interesting solution in certain cases, maybe).

      SSD and M2 can be used, if you get the right SSD, and ensure everything is setup properly.

      Even SSD doesn’t guarantee a lower power consumption than 2.5" spinning disk drives - it depends on the drives and usage patterns (mostly the drives).

      The self-hosting community discusses this quite a bit.