]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - manpages/mkfs.exfat.8
New upstream version 1.0.4
[sven/exfatprogs.git] / manpages / mkfs.exfat.8
1 .TH mkfs.exfat 8
2 .SH NAME
3 mkfs.exfat \- create an exFAT filesystem
4 .SH SYNOPSIS
5 .B mkfs.exfat
6 [
7 .B \-b
8 .I boundary_alignment
9 ] [
10 .B \-c
11 .I cluster_size
12 ] [
13 .B \-f
14 ] [
15 .B \-h
16 ] [
17 .B \-L
18 .I volume_label
19 ] [
20 .B \-v
21 ]
22 .I device
23 .br
24 .B mkfs.exfat \-V
25 .SH DESCRIPTION
26 .B mkfs.exfat
27 creates an exFAT filesystem by writing on a special
28 file using the values found in the arguments of the command line.
29 It is invoked automatically by
30 .BR mkfs (8)
31 when it is given the
32 .B \-t exfat
33 option.
34 .PP
35 As an example, to make a filesystem on the first partition on the first
36 SCSI disk, use:
37 .IP
38 .B mkfs.exfat /dev/sda1
39 .PP
40 .SH OPTIONS
41 .TP
42 .BI \-b " boundary_alignment"
43 Specify the alignment for FAT and start of cluster.
44 Boundary alignment can be specified in m/M for megabytes
45 and k/K for kilobytes. It should be a power of two.
46 Some media like sdcard need this.
47 .TP
48 .BI \-c " cluster_size"
49 Specify the cluster size. Cluster size can be specified in m/M for megabytes
50 and k/K for kilobytes.
51 .TP
52 .BI \-f
53 Performs a full format. This zeros the entire disk device while
54 creating the exFAT filesystem.
55 .TP
56 .BI \-h
57 Prints the help and exit.
58 .TP
59 .BI \-L " volume_label"
60 Specifies the volume label associated with the exFAT filesystem.
61 .TP
62 .BI \-v
63 Prints verbose debugging information while creating the exFAT filesystem.
64 .TP
65 .B \-V
66 Prints the version number and exits.
67 .SH SEE ALSO
68 .BR mkfs (8),
69 .BR mount (8),