2025-03-14 21:59:59 -06:00
|
|
|
# f3write
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
> Fill a drive out with `.h2w` files to test its real capacity.
|
2025-03-14 21:59:59 -06:00
|
|
|
> See also: `f3read`, `f3probe`, `f3fix`.
|
|
|
|
|
> More information: <https://oss.digirati.com.br/f3/>.
|
|
|
|
|
|
|
|
|
|
- Write test files to a given directory, filling the drive:
|
|
|
|
|
|
|
|
|
|
`f3write {{path/to/mount_point}}`
|
|
|
|
|
|
|
|
|
|
- Limit the write speed:
|
|
|
|
|
|
|
|
|
|
`f3write --max-write-rate={{kb_per_second}} {{path/to/mount_point}}`
|