commands.sh

f3fix

all

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

More info →

Examples (3)

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
made by @shridhargupta | data from tldr-pages