by imt17 » Thu Dec 03, 2015 9:42 pm
Thanks. I would have done it backwards
Here you go:
root@fvdw-sta-kirkwood:/ # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md4 : active raid5 sda2[0] sde2[4] sdc2[2] sdb2[1]
3898947584 blocks super 1.0 level 5, 512k chunk, algorithm 2 [5/4] [UUU_U]
unused devices: <none>
...................
root@fvdw-sta-kirkwood:/ # mdadm --detail /dev/md4
/dev/md4:
Version : 1.0
Creation Time : Thu Jan 1 00:00:39 1970
Raid Level : raid5
Array Size : 3898947584 (3718.33 GiB 3992.52 GB)
Used Dev Size : 974736896 (929.58 GiB 998.13 GB)
Raid Devices : 5
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Wed Nov 11 22:00:15 2015
State : clean, degraded
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 512K
Name : (none):4
UUID : 36d39884:a2d4762b:3e519be3:fe529c84
Events : 6362
Number Major Minor RaidDevice State
0 8 34 0 active sync /dev/sda2
1 8 18 1 active sync /dev/sdb2
2 8 2 2 active sync /dev/sdc2
3 0 0 3 removed
4 8 50 4 active sync /dev/sde2