HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

f3fix — Edit the partition table of a fake flash drive. See also: `f3probe`, `f3write`, `f3read`. More infor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thetablecommandfakepartitionclieditf3fix

Problem

How to use the f3fix command: Edit the partition table of a fake flash drive. See also: f3probe, f3write, f3read. More information: <https://oss.digirati.com.br/f3/>.

Solution

f3fix — Edit the partition table of a fake flash drive. See also: f3probe, f3write, f3read. More information: <https://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}}

Code Snippets

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}}

Context

tldr-pages: common/f3fix

Revisions (0)

No revisions yet.