1mkfs.exfat(8)               System Manager's Manual              mkfs.exfat(8)
2
3
4

NAME

6       mkfs.exfat - create an exFAT filesystem
7

SYNOPSIS

9       mkfs.exfat  [ -b boundary_alignment ] [ -c cluster_size ] [ -f ] [ -h ]
10       [ -L volume_label ] [ -v ] device
11       mkfs.exfat -V
12

DESCRIPTION

14       mkfs.exfat creates an exFAT filesystem by writing  on  a  special  file
15       using  the  values  found  in the arguments of the command line.  It is
16       invoked automatically by mkfs(8) when it is given the -t exfat option.
17
18       As an example, to make a filesystem on the first partition on the first
19       SCSI disk, use:
20
21              mkfs.exfat /dev/sda1
22

OPTIONS

24       -b boundary_alignment
25              Specify  the  alignment  for FAT and start of cluster.  Boundary
26              alignment can be specified in m/M  for  megabytes  and  k/K  for
27              kilobytes.  It should be a power of two.  Some media like sdcard
28              need this.
29
30       -c cluster_size
31              Specify the cluster size. Cluster size can be specified  in  m/M
32              for megabytes and k/K for kilobytes.
33
34       -f     Performs  a full format. This zeros the entire disk device while
35              creating the exFAT filesystem.
36
37       -h     Prints the help and exit.
38
39       -L volume_label
40              Specifies the volume label associated with the exFAT filesystem.
41
42       -v     Prints verbose debugging information while  creating  the  exFAT
43              filesystem.
44
45       -V     Prints the version number and exits.
46

SEE ALSO

48       mkfs(8), mount(8),
49
50
51
52                                                                 mkfs.exfat(8)
Impressum