]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - manpages/tune.exfat.8
865dc07bacfdeb3b1a784c5205fb442e2050a854
[sven/exfatprogs.git] / manpages / tune.exfat.8
1 .TH tune.exfat 8
2 .SH NAME
3 tune.exfat \- adjust tunable filesystem parameters on an exFAT filesystem
4 .SH SYNOPSIS
5 .B tune.exfat
6 [
7 .B \-l
8 .I print-label
9 ] [
10 .B \-L
11 .I set-label
12 ] [
13 .B \-i
14 .I print-serial
15 ] [
16 .B \-I
17 .I set-serial
18 ] [
19 .B \-v
20 ]
21 .I device
22 .br
23 .B tune.exfat \-V
24 .SH DESCRIPTION
25 .B tune.exfat
26 adjust tunable ondisk parameters of an existing exFAT filesystem.
27 .PP
28 .SH OPTIONS
29 .TP
30 .BI \-l " print-label"
31 Print the volume label of the exFAT filesystem.
32 .TP
33 .BI \-L " set-label"
34 Set the volume label of the filesystem to the provided argument.
35 .TP
36 .BI \-i " print-serial"
37 Print the volume serial of the exFAT filesystem.
38 .TP
39 .BI \-I " set-serial"
40 Set the volume serial of the filesystem to the provided argument.
41 .TP
42 .BI \-v
43 Prints verbose debugging information while extracting or tuning parameters of the exFAT filesystem.
44 .TP
45 .B \-V
46 Prints the version number and exits.