summaryrefslogtreecommitdiffstats
path: root/manpages/mkfs.exfat.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:56:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:56:46 +0000
commit38da4eee80f4b01610d38c264cb03cb28048131f (patch)
tree1ef86b5dd7f73f7d756985339dc1d6bff16233aa /manpages/mkfs.exfat.8
parentAdding upstream version 1.2.2. (diff)
downloadexfatprogs-38da4eee80f4b01610d38c264cb03cb28048131f.tar.xz
exfatprogs-38da4eee80f4b01610d38c264cb03cb28048131f.zip
Adding upstream version 1.2.3.upstream/1.2.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'manpages/mkfs.exfat.8')
-rw-r--r--manpages/mkfs.exfat.811
1 files changed, 11 insertions, 0 deletions
diff --git a/manpages/mkfs.exfat.8 b/manpages/mkfs.exfat.8
index 76a0065..930ec8f 100644
--- a/manpages/mkfs.exfat.8
+++ b/manpages/mkfs.exfat.8
@@ -7,6 +7,9 @@ mkfs.exfat \- create an exFAT filesystem
.B \-b
.I boundary_alignment
] [
+.B \-s
+.I sector_size
+] [
.B \-c
.I cluster_size
] [
@@ -72,6 +75,14 @@ _
.TE
The default is always 1 MiB.
.TP
+.BR \-s ", " \-\-sector\-size =\fIsize\fR
+Specifies the sector size of the exFAT file system.
+The \fIsize\fR argument is specified in bytes or may be specified with
+\fBk\fR/\fBK\fR suffix for kibibytes and must either 512, 1024, 2048 or 4096
+bytes.
+The default value is the sector size reported by the device, or 512 bytes if the
+device sector size cannot be determined.
+.TP
.BR \-c ", " \-\-cluster\-size =\fIsize\fR
Specifies the cluster size of the exFAT file system.
The \fIsize\fR argument is specified in bytes or may be specified with