f3 icon indicating copy to clipboard operation
f3 copied to clipboard

F3 - Fight Flash Fraud

Results 63 f3 issues
Sort by recently updated
recently updated
newest added

Some question about non-fake SDs that are getting weak. For instance: ```bash Data OK: 58.41 GB (122484302 sectors) Data LOST: 1.52 MB (3122 sectors) Corrupted: 1.52 MB (3122 sectors) Slightly...

Documentation

Hi, are you planning to add progress bar, f3probe working almost 5 hour, and idk what happening in that?

Enhancement

May I translate into Spanish?

Could you clarify whether by GPLv3 you mean GPL-3-or-later or GPL-3-only? Just GPL is ambiguous: https://gnu.org/licenses/identify-licenses-clearly.html. The GPL-3-or-later is strongly recommended by GNU Foundation: https://www.gnu.org/licenses/gpl-faq.html.en#VersionThreeOrLater

Documentation

Add paragraph to readme explaining f3probe assumption and ask for reports on drives with different behaviour

Documentation

Adding diagnostic output to `write_blocks()` and also simply looking at an I/O monitor, there clearly is a lot of data being written to the flash disk while running `f3probe`. The...

Documentation

The "real limbo drive" unit test cases suggest an intention to detect wrapping by modulus other than a power of 2. However, the code `offset &= fdev->address_mask;` in `fdev_write_block()` that...

Documentation

My brief inspections of the code suggest that f3probe assumes sector wrapping with a modulus that is a power of 2. Is this correct? It would be great to add...

Documentation

Anyone know how to work with the Docker commands on Windows? `docker run -it --rm --privileged -v : f3:latest [] ` I'm not sure how to substitute ``. If anyone...

Documentation
Help wanted