First of all thanks for the reply. I tried doing so however it seems that it is unavailable for opening. So to be shure I did a reboot.
Code:
~# mdadm --zero-superblock /dev/sda1
mdadm: Couldn't open /dev/sda1 for write - not zeroing
Just to make shure after rebooting I did detail again and it seems the disks are somehow renamed for now sdb1 is the dead link instead of sda1
Code:
# mdadm --detail /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Tue Oct 7 22:08:51 2014
Raid Level : raid6
Used Dev Size : -1
Raid Devices : 5
Total Devices : 5
Persistence : Superblock is persistent
Update Time : Thu Aug 13 14:34:06 2015
State : active, degraded, Not Started
Active Devices : 4
Working Devices : 5
Failed Devices : 0
Spare Devices : 1
Layout : left-symmetric
Chunk Size : 512K
Name : debian-hidde:0 (local to host debian-hidde)
UUID : cb730507:61aed11d:c7804066:8a28886b
Events : 155
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 0 0 1 removed
2 8 33 2 active sync /dev/sdc1
3 8 49 3 active sync /dev/sdd1
4 8 65 4 active sync /dev/sde1
5 8 17 - spare /dev/sdb1
Once again I tried --zero-superblock but still doesnt work.
Code:
# mdadm --zero-superblock /dev/sdb1
mdadm: Couldn't open /dev/sdb1 for write - not zeroing
I'm wondering if it's rebuilding or something so all the disks cannot be accesed?
Also for my learning purpouses, am I correct if I say that what you intended was deleting the removed disk and deleting all data from it so that it can be added?