Hi. We are trying to pin down a file corruption issue we have on 5 productionservers and would like some suggestions about how to proceed to find the culprit. It may or may not be ext4-related, but as that is the only clue we have so far, we're trying here first. The productionservers are running Slackware 13.37 with a selfcompiled kernel (no patches or external modules). We have a script running daily that copies files from one folder to another using cp. On occasion (once or twice a week) the destinationfile will not match the original file. The first bytes of the files will be ok, but the rest of the file will be filled with nullbytes (the file size matches, though). We had to create a loop in the script that uses cmp to check if the cp failed and retry if it did. After 20-25 attempts (sleep 1 between the cps), the cp normally succeeds. If we copy the files from ext3 to ext3, the problem goes away. If we copy it from ext3 to ext4 or from ext4 to ext4, the files will sometimes be corrupt. The servers are not being rebooted and the filesystems are not being remounted, so it's probably not linked to the recent ext4 corruption. The kernel is x86_64, but the OS is 32-bit. The filesystems reside on an aacraid controller (hw RAID-5) with batterybackup and an SSD cache (we tried to remove the SSD, but it still failed). ext4 is mounted with noatime,data=writeback. There are no kernel errormessages and there does not appear to be any hardwareissues. We have verified the corruption on 3.2.9 and 3.5.3. 2.6.35.6 seems to not be affected. Since these are productionservers (we haven't been able to reproduce it inhouse), there is only so much testing we can do, but we're currently trying to figure out what we can do to narrow it down. I am aware that I'm not neccessary providing much information, but as this point we're just looking for suggestions about how to proceed to figure out what may be the issue. Any help would be much appreciated. -- Vennlig hilsen, Roger Niva -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html