Skip to content

Commit

Permalink
f3fix: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored and zlatanvasovic committed Feb 3, 2020
1 parent 34a4dfb commit 1f51696
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pages/common/f3fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# f3fix

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

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

- Mark the partition as bootable:

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

- Specify the filesystem:

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

0 comments on commit 1f51696

Please sign in to comment.