On Fri, Feb 5, 2010 at 10:38 AM, Bill Davidsen <davidsen@xxxxxxx> wrote: <snip> >>> The good news is that Western Digital is apparently introducing a new >>> series of drives with an error rate "2 orders of magnitude" better >>> than the current generation. >> >> It's not borne out in their figures; WD quote "less than 1 in 10^15 bits" >> which is the same as they quote for their older drives. >> >> What sums I've done, on the basis of a 1 in 10^15 bit unrecoverable error >> rate, suggest you've a 1 in 63 chance of getting an uncorrectable error >> while reading the whole surface of their 2TB disc. Read the whole disc 44 >> times and you've a 50/50 chance of hitting an uncorrectable error. >> > Rethink that, virtually all errors happen during write, reading is > non-destructive, in terms of what's on the drive. So it's valid after write > or it isn't, but having been written correctly, other than failures in the > media (including mechanical parts) or electronics, the chances of "going > bad" are probably vanishingly small. And since "write in the wrong place" > errors are proportional to actual writes, long term storage of unchanging > data is better than active drives with lots of change. Bill, I thought writes went to the media unverified. Thus if you write data to a newly bad sector you won't know until some future point when you try to read it. During the read is when the bad CRC is detected and the sector marked for future relocation. The relocation of course does not happen until another write comes along. Thus the importance of doing a background scan routinely to detect bad sectors and when encountered to rebuild the info from other drives and then rewrite it thus triggering the remapping to a spare sector. If I've got that wrong, I'd appreciate a correction. Greg -- 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