Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect fake flash media #1308

Open
alexandrosm opened this issue Apr 15, 2017 · 1 comment
Open

Detect fake flash media #1308

alexandrosm opened this issue Apr 15, 2017 · 1 comment

Comments

@alexandrosm
Copy link
Contributor

There are many reports that ebay, and even amazon, are full of sellers that sell fake sd cards and usb sticks: These media report themselves as being e.g. 64gb, while actually only having e.g. 8gb of actual storage. Even worse, their microcontrollers are tampered such that they will actually fake accepting the data, and will even try to accommodate it, until they run out of space, at which point they simply dump the data.

Programs such as f3 (github) and others have algorithms to detect such drive, though the ones that are exhaustive take a lot of time. Some of the programs have heuristics, which may be a better fit for Etcher.

In an ideal world, we'd implement some heuristics that can detect if there's something "off" about the card, either ahead of time, or in the process of writing it. When we do, we can inform the user, and let them know what they can do.

Etcher is getting used very widely, this is an opportunity to make a real difference.

@lurch
Copy link
Contributor

lurch commented Apr 18, 2017

Duplicate of #44 ? ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants