1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/f3fix.md

18 lines
445 B
Markdown
Raw Normal View History

2020-01-30 01:24:44 +00:00
# f3fix
2020-01-30 11:25:22 +01:00
> Edit the partition table of a fake flash drive.
> See also: `f3probe`, `f3write`, `f3read`.
2024-10-12 10:02:00 +02:00
> More information: <https://oss.digirati.com.br/f3/>.
2020-01-30 01:24:44 +00:00
2020-01-30 11:25:22 +01:00
- Fill a fake flash drive with a single partition that matches its real capacity:
2020-01-30 01:24:44 +00:00
`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}}`