forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f51696
commit 972359f
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# f3read | ||
|
||
> Validate .h2w files to test the real capacity of the drive | ||
> Validate .h2w files to test the real capacity of the drive. | ||
> See also `f3write`, `f3probe`, `f3fix`. | ||
> More information: <http://oss.digirati.com.br/f3/>. | ||
- Validate a device by checking the files in a given directory: | ||
|
||
`f3read {{path/to/mount_point}}` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,3 @@ | |
- Limit the write speed: | ||
|
||
`f3write --max-write-rate={{kb_per_second}} {{path/to/mount_point}}` | ||
|