LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

f3read

flash drive integrity verification tool

TLDR

Read and verify data on a flash drive
$ f3read [/media/flash]
copy
Show progress during verification
$ f3read --show-progress [/media/flash]
copy
Verify a specific range of test files (e.g., files 5 through 10)
$ f3read --start-at [5] --end-at [10] [/media/flash]
copy
Start verification from a specific file number
$ f3read --start-at [3] [/media/flash]
copy

SYNOPSIS

f3read [options] directory

DESCRIPTION

f3read verifies data integrity on flash drives by reading files created by f3write. It's part of the F3 (Fight Flash Fraud) toolkit for detecting counterfeit flash storage.The tool reads verification files and checks their content against expected patterns. Differences indicate either data corruption or fake capacity where writes appeared successful but data was lost.f3read works with f3write as a non-destructive test pair for validating flash drive integrity without data loss.

PARAMETERS

DIRECTORY

Mount point of flash drive to verify.
--start-at N
Start at file number N.
--end-at N
End at file number N.
--show-progress
Display progress during read.
--help
Display help information.

INSTALL

sudo apt install f3
copy
sudo dnf install f3
copy
sudo apk add f3
copy
sudo zypper install f3
copy
brew install f3
copy
nix profile install nixpkgs#f3
copy

CAVEATS

Requires files from f3write. Tests only the space used by test files. Slower than f3probe but non-destructive. Flash drive must be mounted.

HISTORY

f3read is part of the F3 (Fight Flash Fraud) project, providing verification of flash storage integrity. Combined with f3write, it offers a non-destructive alternative to f3probe for testing drive capacity.

SEE ALSO

f3write(1), f3probe(1), f3fix(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid