12
3
I've been given some flash drives that appear to be fake. The silk screen says 64 gigs, and they show up as 64 gigs to the OS.
However if you attempt to write any files larger than 4 gigs the file becomes corrupted.
How can you quickly tell if a flash drive / sd card is fake, and what the actual size is?
Side note:
I know about h2testw, but it is in german, and I find it extremely difficult to use. I'm looking for an alternative program, or a way to do this from the command line.
Any platform is fine.
5Your conclusion is most likely incorrect. They're not fake, they're just formatted with a filesystem that doesn't support files over 4GB. Most flash drives are shipped this way. – David Schwartz – 2013-08-14T08:09:08.640
Actually, I'd expect the OS to spit out some error message or warning, rather than just writing a corrupt file (but this might be down to the individual program). At least in Windows Explorer you can't simply drag&drop too large files on a FAT32 drive. – Mario – 2013-08-14T08:28:29.873
Not neccessarily - my experience is exactly this - 128 fake disks with 4 gigs flash. – davidgo – 2013-08-14T08:28:51.263
exFAT supports files up to 16EiB in size. But obviously not on a 4GB card. – Ignacio Vazquez-Abrams – 2013-08-14T10:43:38.377