Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

22
f3fix Normal file
View 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}}`