On Tue, Apr 19, 2005 at 01:00:11PM +0200, bernd@xxxxxx wrote: > >You have to mdadm -r remove it and re-add it once you restore the disk. > First you have to look if there are partitions on that disk to which no > data was written since the disk failed (this typically concerns the swap > partition). These partitions have to be marked faulty by hand using mdadm -f > before you can remove them with mdadm -r. Ok, but how do you automate/simplify that? A script with a while loop and some grep,sed commands? A grep on what exactly? (this kind of precise information seems to be written nowhere in the manpage of the HOWTOs) Wouldn't it be much simpler if it could be possible to do something like the following? # mdadm --remove-disk /dev/sda So this command could mark as faulty and remove of the array any implied partition(s) of the disk to be removed. Does this currently exist? If not, would you be willing to integrate a patch in that sense? It would be much simpler, don't you think? Same thing for addition... # mdadm --add-disk /dev/sda would do the job quite automatically... Herve -- _ (°= Hervé Eychenne //) Homepage: http://www.eychenne.org/ v_/_ WallFire project: http://www.wallfire.org/ - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html