X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=blobdiff_plain;f=manpages%2Fmkfs.exfat.8;fp=manpages%2Fmkfs.exfat.8;h=76a00658db47e0a2d7e4e663f0834ec57a6ab6ec;hp=9f867d32cb2fa34b8727313f84188fda3f4df1fe;hb=fa2bead8d3f2203fb7b22d801443109a52808490;hpb=0a7a8b470671035ad0c2d8dc0d7714d06921273d diff --git a/manpages/mkfs.exfat.8 b/manpages/mkfs.exfat.8 index 9f867d3..76a0065 100644 --- a/manpages/mkfs.exfat.8 +++ b/manpages/mkfs.exfat.8 @@ -17,6 +17,9 @@ mkfs.exfat \- create an exFAT filesystem .B \-L .I volume_label ] [ +.B \-U +.I volume_guid +] [ .B \-\-pack\-bitmap ] [ .B \-v @@ -67,12 +70,23 @@ _ >128 GiB \[<=]512 GiB 256 KiB 32 MiB >512 GiB \[<=]2 TiB 512 KiB 64 MiB .TE +The default is always 1 MiB. .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 \fBm\fR/\fBM\fR suffix for mebibytes or \fBk\fR/\fBK\fR suffix for kibibytes and must be a power of two. +The default value is described in the following table: +.TS +center; +cb1s6cb,nnn. +Card Capacity Range Cluster Size +_ + \[<=]256 MiB 4 KiB +>256 MiB \[<=]32 GiB 32 KiB +>32 GiB 128 KiB +.TE .TP .BR \-f ", " \-\-full\-format Performs a full format. @@ -84,6 +98,9 @@ Prints the help and exit. .BR \-L ", " \-\-volume\-label =\fIlabel\fR Specifies the volume label to be associated with the exFAT filesystem. .TP +.BR \-U ", " \-\-volume\-guid =\fIguid\fR +Specifies the volume GUID to be associated with the exFAT filesystem. +.TP .B \-\-pack\-bitmap Attempts to relocate the exFAT allocation bitmap so that it ends at the alignment boundary immediately following the FAT rather than beginning at that @@ -101,6 +118,9 @@ allocation unit with the FAT. If there is insufficient space for the bitmap there, then this option will have no effect, and the bitmap will be aligned at the boundary as by default. .TP +.BR \-q ", " \-\-quiet +Prints only error messages while creating the exFAT filesystem. +.TP .BR \-v ", " \-\-verbose Prints verbose debugging information while creating the exFAT filesystem. .TP