I am building a RAID 50 array for my Ubuntu server. I got me some four brand new Samsung PM9A3 2TB NVMe SSDs. It is meant to enable efficiency for a video editing workflow.
How do I go about the configuration process. I am using the mdadm commands. Pretty straightforward but the challenge is ability to manage individual drives within the nested RAID 0 and RAID 5.
Is there a simple way to streamline the entire process?
hm. @Slys The minimum number of drives needed for a RAID 50 array is six.
This requirement stems from its nested structure: RAID 50 combines the distributed parity of RAID 5 with the striping of RAID 0.
Since a RAID 5 array requires at least three drives (to allow for one drive’s worth of parity data), and RAID 50 stripes across two such RAID 5 sets, you need at least two sets of three drives.