a disk broke down in my raid 5 group, so I've replaced the broken disk with a new one.
now I can't mount the disk anymore
the md0 raid 5 group was made by sdb, sdc, sdd, sdc broke down and I've replaced t with a new disk
what I'd like to do is to add the new disk to the group and rebuild everything.
can you please point me in the right directions for do that?
- Code: Select all
mount /dev/md0 /raid
mount: /raid: can't read superblock on /dev/md0.
- Code: Select all
cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : inactive sdb[3](S) sdd[0](S)
5860271024 blocks super 1.2
unused devices: <none>
thank you