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
If that doesn't work check to see if the RAID is online
md_checker
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
If that doesn't work check to see if the RAID is online
md_checker