Hi all,
Thank you for your answers. Was busy so couldn't answer before.
My system disk (with /, /usr, /boot and /boot/efi) is on a separate
(non-RAID) disk sda.
Maybe this works for you, too?
You can try:
cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md1 : active raid1 sdf5[3] sdc5[1] sdb5[2](S)
117120896 blocks super 1.2 [2/2] [UU]
md2 : active raid1 sdf6[3] sdc6[1] sdb6[2](S)
97589120 blocks super 1.2 [2/2] [UU]
md0 : active raid1 sdf1[3] sdc1[1] sdb1[2](S)
19514240 blocks super 1.2 [2/2] [UU]
for i in /dev/sd{b..f}; do echo "DISK: ${i}"; smartctl -l scterc "${i}"; sleep
3; done
I get this for sdb and sdc
SCT Error Recovery Control:
Read: Disabled
Write: Disabled
and this for sdf
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
What does it tell meĀ ?