Re: 2.6.34-rc1 eat my photo SD card :-(

From: Willy Tarreau
Date: Tue Nov 06 2007 - 14:58:52 EST


On Tue, Nov 06, 2007 at 10:58:41AM +0100, Romano Giannetti wrote:
(first time)
> 0000000 0000 0000 31e4 c363 d908 cb2e 0000 0000

(fourth time)
> 0000000 0000 0000 71e4 c36f d908 cb2e 0000 0000

(fifth time)
> 0000000 0000 0000 f1e4 c37b d908 cb2e 0000 0000

Most always, you have only a few bits which change, and always for
the same bytes :

31 -> 71 -> f1 (|40, |80)
63 -> 6f -> 7b (|0c, |10&~4)

It looks like a hardware problem to me. Maybe one version is more
optimized and puts more stress on the device ? I remember having
had comparable problems in the past with a CF connected to a
home-made IDE adapter on which the +5V wire had been cut. The CF
drained its power from the IDE signals and it would most always
work correctly, except when reading large files. Writing to it
finally killed it.

Regards,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/