Giovanni Tessore wrote:
I supposed that modern hard drives' firmware would recover and
relocate dying sectors by its own (using smart and other techs), and
that the OS gets read errors only when the drive is actually in very
bad shape and can't cope with the problem, and it's time to trash it.
The disk must find the dying sector somehow.
It will certainly find it if you scrub the array often, and at that time
relocate it (by itself or by MD means). If the disk is very smart (I'm
not sure how many disks really do this) it can relocate during read, if
it finds that the sector has a partial read error which is still
correctable with the internal reed-solomon algorithm. Otherwise it will
report the read error to Linux and MD will regenerate parity and write
over the sector. At that point the sector will be relocated.
I'm not sure SMART test performs a surface scan so I would rely on MD
scrubs for that.
Having the OS recover and rewrite the sectors makes me feel back in
the past, when under DOS we used PCTools and other utilities to do
this recovery stuff on ST-506 drives .... and this works well on raid,
but in sinlge disk configuration, shouldn't these be data loss?
The OS rewrites the sector ONLY if the disk is in a raid setup.
Otherwise how could it guess the data that should be in that sector, if
the disk itself cannot?
--
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