mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 07:53:19 +00:00
Update cheatsheets
This commit is contained in:
22
f3fix
Normal file
22
f3fix
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 its 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}}`
|
||||
Reference in New Issue
Block a user