From 1f51696e83511711a761506543e52794af8c72ea Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 30 Jan 2020 01:24:44 +0000 Subject: [PATCH] f3fix: add page --- pages/common/f3fix.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/common/f3fix.md diff --git a/pages/common/f3fix.md b/pages/common/f3fix.md new file mode 100644 index 000000000..4a4f965e2 --- /dev/null +++ b/pages/common/f3fix.md @@ -0,0 +1,18 @@ +# f3fix + +> Edit the partition table of a fake flash drive +> See also `f3probe`, `f3write`, `f3read`. +> More information: . + +- Fill a fake flash drive with a single partition that matches it's 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}}` +