after a blackout, rebooting my linux Debian machine is not possible to make the raid5 group to start.
can you help me in what to do?
before do any action on the raid I want to be sure not to destroy the data on it
thank you in advance....
some info below about my raid5 with 3 disks
# mount /dev/md0 /raid
mount: special device /dev/md0 does not exist
# mdadm --assemble --scan
mdadm: /dev/md/0 assembled from 2 drives - not enough to start the array while not clean - consider --force.
# mdadm --examine --brief --scan
ARRAY /dev/md/0 metadata=1.2 UUID=582394e9:85ddedf1:1c3a63b5:cc9a6f0b name=artemide:0
# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
unused devices: <none>
# blkid
/dev/sde: UUID="582394e9-85dd-edf1-1c3a-63b5cc9a6f0b" UUID_SUB="bc71213d-a98e-1b82-9d4b-aa5a16de33ef" LABEL="artemide:0" TYPE="linux_raid_member"
/dev/sda1: UUID="862B-0E38" TYPE="vfat" PARTUUID="d4b81290-5062-4ddd-a48b-90c1382987ee"
/dev/sda2: UUID="415c7d12-0d9e-4723-be4f-f54936ab4544" TYPE="ext4" PARTUUID="a55eda9b-85ce-412b-8fbd-9ae870dcb8ca"
/dev/sda3: UUID="067b788c-57fa-404b-afb8-351bda99bdd9" TYPE="swap" PARTUUID="c8bf43db-4565-430b-95b6-e2654004f319"
/dev/sdb: UUID="582394e9-85dd-edf1-1c3a-63b5cc9a6f0b" UUID_SUB="dcb52e3e-c520-8223-b3cd-f2c0f0d55ef0" LABEL="artemide:0" TYPE="linux_raid_member"
/dev/sdc1: UUID="af3414db-4591-48d1-92e1-396ec27e6f5f" TYPE="ext4" PARTUUID="9c5864df-206f-467e-b061-2019ee05a9e7"
/dev/sdd: UUID="TOaf2q-Wvfe-DWck-T50Y-7ZaB-g3RV-fnNYng" TYPE="LVM2_member"
/dev/mapper/vg--rbackup-mikbackup: UUID="00e22c83-e0e8-468b-aafa-27641bc3e7df" TYPE="ext3"
/dev/sdf: UUID="582394e9-85dd-edf1-1c3a-63b5cc9a6f0b" UUID_SUB="079d31f9-ec8d-6ce8-21e9-3cc1850f6c4d" LABEL="artemide:0" TYPE="linux_raid_member"
/dev/mapper/vg--rbackup-giubackup: UUID="f2ef8318-b29b-4b63-93f1-90dfbe94da3f" TYPE="ext3"