On Thu, 17 Feb 2011 01:30:49 +0100 David Brown <david.brown@xxxxxxxxxxxx> wrote: > Do filesystems re-try reads when there is a failure? Could you return > fail on one read, then success on a re-read, which could be interpreted > as "dying, but not yet dead" by the file system? > Not normally. The underlying device is assumed to perform all retrys that are reasonable. Retrying again at the FS level would be pointless. It certainly would be possibly to return some sort of "data not very safe" indicator, which a disk drive could set if it needed to retry the read. However you need to get buy-in from some FS developer before it is worth the effort. NeilBrown -- 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