> I built my RAID using this : bioctl -c 1 -l wd0k,wd1k softraid0
> All is ok, sd0c is mounted in /home (cf /etc/fstab)
>
> Now i disconnected wd1, restart computer. /home is available, but RAID1 is
> degraded.
>
> Add wd1, restart computer, try bioctl -R sd0 0:1.0 (give me an error like
> not part in /dev/bio.)
from the man page:
The following command starts a rebuild of the degraded softraid volume
sd0 using a new chunk on wd0d:
# bioctl -R /dev/wd0d sd0
so in your case it would be:
bioctl -R /dev/wd1k sd0