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