Am 2010-09-29 14:21, schrieb Tim Small: >> It should be repair, not check - check merely reads stuff, repair tries >> to fix it. > > No it shouldn't, AFAIK - check will read from all sectors on all drives, > and will trigger a rewrite on unreadable blocks (which is what the OP > has). I ran a repair on md3 now, currently I do it for md4. kernel-docs say: sync_action a text file that can be used to monitor and control the rebuild process. It contains one word which can be one of: resync - redundancy is being recalculated after unclean shutdown or creation recover - a hot spare is being built to replace a failed/missing device idle - nothing is happening check - A full check of redundancy was requested and is happening. This reads all block and checks them. A repair may also happen for some raid levels. repair - A full check and repair is happening. This is similar to 'resync', but was requested by the user, and the write-intent bitmap is NOT used to optimise the process. thanks, Stefan -- 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