mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
371fcbdf8d
Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com>
14 lines
413 B
Markdown
14 lines
413 B
Markdown
# f3write
|
|
|
|
> Fill a drive out with `.h2w` files to test its real capacity.
|
|
> See also: `f3read`, `f3probe`, `f3fix`.
|
|
> More information: <https://fight-flash-fraud.readthedocs.io/en/stable/usage.html>.
|
|
|
|
- Write test files to a given directory, filling the drive:
|
|
|
|
`sudo f3write {{path/to/mount_point}}`
|
|
|
|
- Limit the write speed:
|
|
|
|
`sudo f3write {{[-w|--max-write-rate]}} {{kb_per_second}} {{path/to/mount_point}}`
|