OK, _ALL_ modern disks do.
Name an IDE or SCSI disk on sale today that doesn't retry on write
failiure. Forget I said 'Generally do'.
> Most filesystems *are* designed with badblock lists and such,
> it is possible to teach fs drivers to tolerate write errors
> by adding affected blocks to the list and continuing (as opposed
> to 'remounted ro, BOOM!'). As usual, this can only happen if someone
> will step forward and code it.
>
> Do you think it would be a Wrong Thing to do?
Yes, I do.
It achieves nothing useful, and gives people a false sense of security.
We have moved on since the 1980s, and I believe that it is now up to
the drive firmware, or the block device driver to do this, it has no
place in a filesystem.
John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/