mdadm help - (Dapper Server)

Steve Kratz stevek at cipafilter.com
Thu Jun 1 15:14:52 UTC 2006


>    Anyone have any expert advice for replacing a failed drive?

You can add with:
mdadm /dev/md0 --add /dev/hdX1
(like raidhotadd)

and remove with:
mdadm /dev/md0 --fail /dev/hdX1 --remove /dev/hdX1 (marks it as failed
first, then removes it, like raidsetfaulty and raidhotremove).

Hope that helps,
Ainsley

--
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Exactly what I needed!  Thanks!

Steve




More information about the ubuntu-users mailing list