On Tue, 11 Nov 2008, Mike Myers wrote:
Thanks. I hadn't heard of the "check" technique. Is that described somewhere? It should be in the software raid howto.
<http://linux-raid.osdl.org/index.php/RAID_Administration>
Debian/Ubuntu has this:
:/etc/cron.d$ grep check mdadm
# cron.d/mdadm -- schedules periodic redundancy checks of MD devices
57 0 * * 0 root [ -x /usr/share/mdadm/checkarray ] && [ $(date +\%d) -le 7
] && /usr/share/mdadm/checkarray --cron --all --quiet
This will do the same thing once a month.
--
Mikael Abrahamsson email: swmike@xxxxxxxxx
--
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