mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
371fcbdf8d
Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com>
456 B
456 B
f3fix
Edit the partition table of a fake flash drive. See also:
f3probe,f3write,f3read. More information: https://manned.org/f3fix.
- 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 {{[-b|--boot]}} {{/dev/device_name}}
- Specify the filesystem:
sudo f3fix {{[-f|--fs-type]}} {{filesystem_type}} {{/dev/device_name}}