On Fri, 2008-11-07 at 10:46 -0500, Theodore Tso wrote: > On Fri, Nov 07, 2008 at 10:35:13AM -0500, jim owens wrote: > > > > I'm talking DISK wear not SSD. The array vendors who are causing > > this problem are doing petabyte san devices, not SSDs. > > > > Rewriting the same sectors causes more bad block remaps > > until the drive eventually runs out of remap space. > > How much of a disk wear factor is there with modern disk drives? The > heads aren't touching the disk, and we have plenty of sectors which > are constantly getting rewritten with traditional filesystems, with no > ill effects as far as I know. For example, FAT filesystems, the > superblock, block allocation bitmaps all are constantly getting > rewritten today, and I haven't heard of disk manufacturers complaining > that this is a horrible thing. All the evidence so far (the netapp and google et al error analysis papers) seems to imply that hot rewrite spots don't actually correlate with failures. The suspicion is that remapping algorithms are good enough to hide the problem and even if that is true, it's not something we need worry about too much. The other thought is that wear on spinning media is mechanical rather than electromagnetic, so it doesn't matter how many times the sector is rewritten but how many times the head flies over the area (which is something we'll never manage to control). James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html