Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424197AbWKIScu (ORCPT ); Thu, 9 Nov 2006 13:32:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1424199AbWKIScu (ORCPT ); Thu, 9 Nov 2006 13:32:50 -0500 Received: from mail1.key-systems.net ([81.3.43.253]:974 "HELO mailer2-1.key-systems.net") by vger.kernel.org with SMTP id S1424197AbWKISct (ORCPT ); Thu, 9 Nov 2006 13:32:49 -0500 Message-ID: <4553744E.3050007@scientia.net> Date: Thu, 09 Nov 2006 19:32:46 +0100 From: Christoph Anton Mitterer User-Agent: Icedove 1.5.0.7 (X11/20061014) MIME-Version: 1.0 To: OGAWA Hirofumi CC: linux-kernel@vger.kernel.org Subject: Re: Strange write errors on FAT32 partition (maybe an FAT32 bug?!) References: <4550A481.2010408@scientia.net> <87psbzrss2.fsf@duaron.myhome.or.jp> In-Reply-To: <87psbzrss2.fsf@duaron.myhome.or.jp> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1534 Lines: 41 OGAWA Hirofumi wrote: > Christoph Anton Mitterer writes: > > >> The strange thing is that one time the differences were found directly >> after copying (thus one would thing RAM is damaged, because the data was >> probalby (I cannot tell this for sure) taken from file cache). >> and the other time after restarting with a certainly empty file cache. >> >> Any ideas? I'm willing to help debugging and so on but I must admit that >> I need someone to say me what to do :D >> > > bit interesting. Could you send the output of diff? I'd like to see > how it's breaking. > Ok today I have perhaps some more information: I've copied around 30 GBs from FAT32 to ext3. I diffed everything,.. differences in one file. I recopied that one file, rebooted, diffed again differences in another file: euler:~# diff -q -r /mnt/tmp/CDDA_DATA_1 /mnt/CDDA/EAC_DATA_1 Files /mnt/tmp/CDDA_DATA_1/LOTR 1/16.01.wav and /mnt/CDDA/EAC_DATA_1/LOTR 1/16.01.wav differ Than after the complete diff was finished I diffed the single file again euler:~# diff /mnt/tmp/CDDA_DATA_1/LOTR\ 1/16.01.wav /mnt/CDDA/EAC_DATA_1/LOTR\ 1/16.01.wav => then,.. no differences?! Am I crazy or what? Is this know an memory problem? But if so why does memtest give me no errors? Regards, Chris, - 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/