File corruption on Flash - one kibibyte long sequences of FF bytes

jamie_six_four

Distinguished
Apr 7, 2011
3
0
18,510
Hi,

I've been experiencing some problems with corrupted files which (to me) make it look like I should be replacing one of my flash drives; however before I do I'd be interested to know if anyone knows what might be causing this particular file-corrupting phenomenon.

The corrupted files will all have, in at least one place, precisely one kibibyte consisting solely of FF bytes. I've not seen any other sort of damage to any of the files.

Can someone enlighten me as to what the cause of this might be?

Thanks,

James McLaughlin.
 
Solution
If you write a file to the flash drive and find that some of the data has changed when you read it back again, it's a bit of a moot point as to exactly why it happened - the sad fact is that the device is unreliable and your only real option is to replace it.

Does the 1KB of corrupt data indicate a bad flash cell? Perhaps, particularly if it turns out that the flash device has a 1KByte page size. But that seems pretty small for a flash page.

I experienced problems with a particular combination of USB3 host adapter and USB3 drive dock where sectors of hex "00"s would be very rarely written to the drive in place of the actual data on large file transfers. The fault was with the USB connection, not with the drive - replacing...
If you write a file to the flash drive and find that some of the data has changed when you read it back again, it's a bit of a moot point as to exactly why it happened - the sad fact is that the device is unreliable and your only real option is to replace it.

Does the 1KB of corrupt data indicate a bad flash cell? Perhaps, particularly if it turns out that the flash device has a 1KByte page size. But that seems pretty small for a flash page.

I experienced problems with a particular combination of USB3 host adapter and USB3 drive dock where sectors of hex "00"s would be very rarely written to the drive in place of the actual data on large file transfers. The fault was with the USB connection, not with the drive - replacing the dock and the host adapter solved the problem.

I say that to point out that it's possible there's some sort of protocol hiccup going on between your USB port and the flash drive that's causing the problem rather than the actual memory cells. You could test that hypothesis by trying the drive on another computer, hopefully one that uses a different chipset for the USB ports.
 
Solution

jamie_six_four

Distinguished
Apr 7, 2011
3
0
18,510
Thanks sminlal.

I thought I'd just paste in the answers I got when I asked this question elsewhere:

"Flash memory is arranged into blocks which, unlike hard disks, must be
erased to 0xFF before they can be written. Blocks may be thousands of
bytes and erasing cannot happen at the byte or word level, it is a
block-level operation. (Changing a single byte requires reading the
whole block, erasing it, and writing it all back again with the one
change. It is the erasing which causes flash memory to "wear out",
incidentally.) If you are seeing large chunks of 0xFF this indicates
the block has been erased but not written. The regular offsets are
likely because file boundaries will tend to be aligned with block
boundaries. As to why the file is corrupt at all, perhaps the
controller or flash chip is flaky and missing reads? Either way it
sounds like it needs replacing!"

"Before any data can be written into flash memory, the whole block has to be erased. Hence, if the operation is interrupted at just the wrong moment you're in trouble. Not unmounting can cause this - if you're very unlucky with the timing."
 

Nyebodnye

Distinguished
May 17, 2011
2
0
18,510

n
nHere in Scotland we've started a new version of the whole byte thing.
n
nbytestbites
nkbtkeekabites
nmbtmidgeybites
ngbtgingerbites
ntbttosserbites
npbtpedobites
nfbtFeckobites
n
nHow many tosserbites are you experiencing ?
n
n
 

TRENDING THREADS