HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

f3write — Fill a drive out with .h2w files to test its real capacity. See also: `f3read`, `f3probe`, `f3fix`.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddriveclif3writewithouth2wfill

Problem

How to use the f3write command: Fill a drive out with .h2w files to test its real capacity. See also: f3read, f3probe, f3fix. More information: <https://oss.digirati.com.br/f3/>.

Solution

f3write — Fill a drive out with .h2w files to test its real capacity. 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}}

Code Snippets

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}}

Context

tldr-pages: common/f3write

Revisions (0)

No revisions yet.