Running the two following commands through Advanced SSH shell shows me the following:
➜ ~ lspci | grep -i raid
03:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3108 [Invader] (rev 02)
➜ ~ dmesg | grep -i raid
[ 13.773895] md: If you don't use raid, use raid=noautodetect
[ 13.781506] md: Autodetecting RAID arrays.
However, the RAID array isn't detected though I believe I have set it up correctly in the BIOS (and formatted it into EXT4 with a different operating system).
I get this when I run the following:
➜ ~ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 1 0B 0 disk
sdb 8:16 0 1.8T 0 disk
├─sdb1 8:17 0 32M 0 part
├─sdb2 8:18 0 24M 0 part
├─sdb3 8:19 0 256M 0 part
├─sdb4 8:20 0 24M 0 part
├─sdb5 8:21 0 256M 0 part
├─sdb6 8:22 0 8M 0 part
├─sdb7 8:23 0 96M 0 part
└─sdb8 8:24 0 1.8T 0 part /etc/pulse/client.conf
/var/log/journal
/etc/hosts
/etc/hostname
/etc/resolv.conf
/run/audio
/etc/asound.conf
/share
/ssl
/homeassistant
/media
/backup
/addons
/data
/addon_configs
zram0 252:0 0 0B 0 disk
zram1 252:1 0 32M 0 disk
zram2 252:2 0 16M 0 disk
Would appreciate help figuring out what I'm doing wrong, or need to be doing to get HA to see my RAID array!