Skip to content

Commit

Permalink
Make tldr-bot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Feb 3, 2020
1 parent 1f51696 commit 972359f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions pages/common/f3fix.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# f3fix

> Edit the partition table of a fake flash drive
> Edit the partition table of a fake flash drive.
> See also `f3probe`, `f3write`, `f3read`.
> More information: <http://oss.digirati.com.br/f3/>.
- Fill a fake flash drive with a single partition that matches it's real capacity:
- Fill a fake flash drive with a single partition that matches its real capacity:

`sudo f3fix {{/dev/device_name}}`

Expand All @@ -15,4 +15,3 @@
- Specify the filesystem:

`sudo f3fix --fs-type={{filesystem_type}} {{/dev/device_name}}`

3 changes: 1 addition & 2 deletions pages/common/f3read.md
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}}`

1 change: 0 additions & 1 deletion pages/common/f3write.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
- Limit the write speed:

`f3write --max-write-rate={{kb_per_second}} {{path/to/mount_point}}`

0 comments on commit 972359f

Please sign in to comment.