On Thu, 23 Feb 2006, Thomas Thanner wrote: > We tested with single processor, unfortunately same error. > > The only method we found to write error free is using not the regular "cp" > command. When using "dd" with a block size of 4096 it works just fine, and we > still get 2.5 MByte/s true write speed. I think we override the CF card. > Slowing down the write process just a little helps to keep the errors away. > > Thanks for all the help. At the moment I think we have to live with that > solution.
Very strange. I have no idea why "dd" should work and "cp" should fail, except that "dd" bypasses the filesystem code. Anyway, it's good that you figured out a way to work around the problem. Have you checked the partition table on the card and run "fsck" to check the filesystem? Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
