File: f3fix.1

package info (click to toggle)
f3 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 436 kB
  • sloc: ansic: 3,963; makefile: 241; python: 37; sh: 15
file content (74 lines) | stat: -rw-r--r-- 2,000 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.TH f3fix "1" "Jan 2016" "F3FIX 6.0" "edit the partition table of a fake flash drive"
.\" Text automatically generated by txt2man
.SH NAME
\fBf3fix \fP- edit the partition table of a fake flash drive
.SH SYNOPSIS
.nf
.fam C
 \fBf3fix\fP [\fB-bnks\fP?V] [\fB-a\fP \fISEC-NUM\fP] [\fB-d\fP \fITYPE\fP] [\fB-f\fP \fITYPE\fP] [\fB-l\fP \fISEC-NUM\fP]
          [\fB--first-sec\fP=\fISEC-NUM\fP] [\fB--boot\fP] [\fB--disk-type\fP=\fITYPE\fP] [\fB--fs-type\fP=\fITYPE\fP]
          [\fB--last-sec\fP=\fISEC-NUM\fP] [\fB--no-boot\fP] [\fB--list-disk-types\fP]
          [\fB--list-fs-types\fP] [\fB--help\fP] [\fB--usage\fP] [\fB--version\fP] <DISK_DEV>
.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
F3 stands for Fight Flash Fraud, or Fight Fake Flash.
.PP
\fBf3fix\fP is useful to edit the partition table of a fake flash drive to have a single partition
that fully covers the real capacity of the drive.
.PP
Warning: THIS COMMAND IS EXPERIMENTAL.
.SH OPTIONS
.TP
.B
\fB-a\fP, \fB--first-sec\fP=\fISEC-NUM\fP
Sector where the partition starts.
.TP
.B
\fB-b\fP, \fB--boot\fP
Mark the partition for boot.
.TP
.B
\fB-d\fP, \fB--disk-type\fP=\fITYPE\fP
Disk type of the partition table.
.TP
.B
\fB-f\fP, \fB--fs-type\fP=\fITYPE\fP
Type of the file system of the partition.
.TP
.B
\fB-l\fP, \fB--last-sec\fP=\fISEC-NUM\fP
Sector where the partition ends.
.TP
.B
\fB-n\fP, \fB--no-boot\fP
Do not mark the partition for boot.
.TP
.B
\fB-k\fP, \fB--list-disk-types\fP
List all supported disk types.
.TP
.B
\fB-s\fP, \fB--list-fs-types\fP
List all supported types of file systems.
.TP
.B
-?, \fB--help\fP
Give this help list.
.TP
.B
\fB--usage\fP
Give a short usage message.
.TP
.B
\fB-V\fP, \fB--version\fP
Print program version.
.SH SEE ALSO
\fBf3brew\fP(1), \fBf3probe\fP(1), \fBf3read\fP(1), \fBf3write\fP(1)
.SH AUTHOR
The F3 was written by Michel Machado <michel@digirati.com.br>.
.PP
This manual page was written by Joao Eriberto Mota Filho <eriberto@debian.org>
for the Debian project (but may be used by others).