show what disks are part of this raid
mdadm -D /dev/md0
add hdb1 to the md0 raid array
mdadm /dev/md0 -a /dev/hdb1
remove hdb1 from the md0 raid array
mdadm /dev/md0 -r /dev/hdb1