|
|
|
|
|
by abcd_f
1754 days ago
|
|
> A quick googling indicated a hard drive problem In the vast majority of cases spontaneous data corruption happens in _transit_ due to RAM glitches. All modern drives implement forward error correction on per sector basis. This allows the drive to automatically repair up to 10% of damage to any given sector... in which case correct data is returned to the requestor and the sector is either tagged for relocation or is relocated right away. In cases when the data can’t be cleanly recovered, the read request us failed. That is, chances of a read request returning mangled data from a disk is next to absolute zero. Meaning in turn if you do see data corruption, it happened before this data hit the disk - i.e. it happened in transit. |
|
While memory does fail sometimes, if it was failing at the rate you describe PCs would not be suitable to any work at all.
I have worked in ops for many years. A lot of software that copies files is perfectly happy to leave you with copy of different length than original.