Run mdadm - this command is used to manage and monitor software RAID devices in linux.
mdadm --detail /dev/md0 or md<N>
mount -t ext4 /dev/md0 /share/MD0_DATA
Check disks
mdadm --examine /dev/sdd3
Run mdadm - this command is used to manage and monitor software RAID devices in linux.
mdadm --detail /dev/md0 or md<N>
mount -t ext4 /dev/md0 /share/MD0_DATA
Check disks
mdadm --examine /dev/sdd3