I recently got a few (5) hard drives to turn my home server into a NAS with trueNAS scale and my idea is to have 4 usable and 1 for redundancy, my question is… How does RAID work, like what is RAID 0, RAID 5, software RAID etc, and does any of that even matter for my use case?

  • pory@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    I thought RAID1 enabled faster reads too, because both drives have the complete file. Writes don’t get a speed bump ofc, since those are still bottlenecked by the slowest single drive in the array

    • R0cket_M00se@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      That could be, I was trained in systems admin but work as a network engineer by profession. I’ve only set up one server in an enterprise environment and it was using RAID 6.

      I’d assume you could read from both disks at the same time though.