1F3(1) test real flash memory capacity F3(1)
2
3
4
6 f3write, f3read - test real flash memory capacity
7
9 f3write [--start-at=NUM] [--end-at=NUM] <PATH>
10 f3read [--start-at=NUM] [--end-at=NUM] <PATH>
11
13 F3 (Fight Flash Fraud or Fight Fake Flash) tests the full capacity of a
14 flash card (flash drive, flash disk, pendrive). It writes to the card
15 and then checks if can read it. It will assure you haven't been sold a
16 card with a smaller capacity than stated.
17
18 When writing to flash drive, f3write fills the filesystem with 1GB
19 files named N.h2w, where N is a number (i.e. /[0-9]+/).
20
21 WARNING: all data on the tested disk might be lost!
22
24 --start-at=NUM
25 Initial number of file names. Default value is 1.
26
27 --end-at=NUM
28 Final number of file names. Default value is "infinity".
29
31 To write over a flash drive mounted at /media/TEST:
32
33 $ f3write /media/TEST
34
35 To read this flash drive:
36
37 $ f3read /media/TEST
38
40 For detailed information about the F3 tools, see:
41
42 http://oss.digirati.com.br/f3/
43
45 F3 was written by Michel Machado <michel@digirati.com.br>. This manual
46 page was first written by Joao Eriberto Mota Filho <eriberto@erib‐
47 erto.pro.br>.
48
49
50
51F3 7.0 December 2017 F3(1)