1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/f3write.md

14 lines
362 B
Markdown
Raw Normal View History

2020-01-30 01:22:29 +00:00
# f3write
> Fill a drive out with .h2w files to test its real capacity.
> See also: `f3read`, `f3probe`, `f3fix`.
2024-10-12 10:02:00 +02:00
> More information: <https://oss.digirati.com.br/f3/>.
2020-01-30 01:22:29 +00:00
- 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}}`