2020-01-30 01:24:44 +00:00
|
|
|
# f3fix
|
|
|
|
|
2020-01-30 10:25:22 +00:00
|
|
|
> Edit the partition table of a fake flash drive.
|
2023-11-23 13:55:03 +00:00
|
|
|
> See also: `f3probe`, `f3write`, `f3read`.
|
2020-01-30 01:24:44 +00:00
|
|
|
> More information: <http://oss.digirati.com.br/f3/>.
|
|
|
|
|
2020-01-30 10:25:22 +00: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}}`
|