Hi! So I have an Asus motherboard with an Intel Rapid Storage controller. I followed the guide from the motherboard manual and successfully created a RAID in my BIOS (5xSSDs with the same volumes). I've read Arch wiki articles about mdadm, dmraid and about FakeRAID (though the FakeRAID article is about installing Arch on it but not about it's general usage but that's another topic) but I still cannot figure out what would be my next steps to actually use the RAID that I have created. This might be an ultra newbie question, but how to actually:
- Check if everything, that my controller (the motherboard or whatever) has done is correct, and if not, how to fix it?
- If it is correct and my system identifies it correctly, how do I attach it as a storage (I am not going to use it as a boot drive)?
And the main question is: do I use the controller on the motherboard (to create/maintain RAID) or it is better to create a RAID using pure Arch utilities, such as mdadm?
cat /proc/mdstat output:
Personalities : [raid6] [raid5] [raid4]
md126 : active (auto-read-only) raid5 sda[4] sdb[3] sdc[2] sdd[1] sde[0]
1953536000 blocks super external:/md127/0 level 5, 32k chunk, algorithm 0 [5/5] [UUUUU]
md127 : inactive sdb[4](S) sde[3](S) sdd[2](S) sdc[1](S) sda[0](S)
12920 blocks super external:imsm
unused devices: <none>```
blkid output:
/dev/nvme0n1p1: UUID="84862732-dc75-450f-88c0-c69a9b521d76" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="68b38ee6-f5f9-0346-abe5-d54df1f7b45f"
/dev/sdd: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/sde: TYPE="isw_raid_member"
/dev/sdc: TYPE="isw_raid_member"
/dev/nvme1n1p2: UUID="b9333984-21be-4d9d-9c23-17312ffbab79" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="74cf883f-7164-2b40-b4d8-211892940608"
/dev/nvme1n1p1: UUID="91FA-784F" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="1efedd7e-ab8d-0344-9415-2ff11fd03856"
/dev/sda: TYPE="isw_raid_member"```