Attempting to recover a 5 Disk Raid wherein 2 of the 5 disks are out of sync. Is it safe to create the raid from 4 of the disks?
mdadm --examine /dev/sd*1 > /raid.status
grep Role raid.status
Device Role : Active device 0
Device Role : Active device 1
Device Role : Active device 2
Device Role : Active device 3
Device Role : Active device 4
grep 'Array State' raid.status
Array State : AAAAA ('A' == active, '.' == missing)
Array State : .AA.A ('A' == active, '.' == missing)
Array State : .AA.A ('A' == active, '.' == missing)
Array State : .AAAA ('A' == active, '.' == missing)
Array State : .AA.A ('A' == active, '.' == missing)
mdadm -E /dev/sd*1 | grep Events
mdadm: No md superblock detected on /dev/sda1.
Events : 968549
Events : 2062106
Events : 2062106
Events : 2062081
Events : 2062106