mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
f3fix: add page
This commit is contained in:
parent
34a4dfb666
commit
1f51696e83
1 changed files with 18 additions and 0 deletions
18
pages/common/f3fix.md
Normal file
18
pages/common/f3fix.md
Normal file
|
@ -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}}`
|
||||
|
Loading…
Add table
Reference in a new issue