Skip to the content.

f3write & f3read

It tests real flash memory capacity.

Synopsis

f3write [--start-at=NUM] <PATH>
f3read [--start-at=NUM] <PATH>

Description

WARNING: All data on the tested disk will be lost!!!

Options

--start-at=NUM
# initial number to files names. Default value is 1.

Example

# to write over a flash drive mounted at /media/TEST:
f3write /media/TEST

# to read this flash drive:
f3read /media/TEST

Ref: https://manpages.ubuntu.com/manpages/trusty/man1/f3read.1.html