]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - manpages/tune.exfat.8
Add CVE ID to debian changelog
[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 \-u
14 .I print-guid
15 ] [
16 .B \-U
17 .I set-guid
18 ] [
19 .B \-i
20 .I print-serial
21 ] [
22 .B \-I
23 .I set-serial
24 ] [
25 .B \-v
26 ]
27 .I device
28 .br
29 .B tune.exfat \-V
30 .SH DESCRIPTION
31 .B tune.exfat
32 adjust tunable ondisk parameters of an existing exFAT filesystem.
33 .PP
34 .SH OPTIONS
35 .TP
36 .BI \-l " print-label"
37 Print the volume label of the exFAT filesystem.
38 .TP
39 .BI \-L " set-label"
40 Set the volume label of the filesystem to the provided argument.
41 .TP
42 .BI \-u " print-guid"
43 Print the volume GUID of the exFAT filesystem.
44 .TP
45 .BI \-U " set-guid"
46 Set the volume GUID of the filesystem to the provided argument.
47 .TP
48 .BI \-i " print-serial"
49 Print the volume serial of the exFAT filesystem.
50 .TP
51 .BI \-I " set-serial"
52 Set the volume serial of the filesystem to the provided argument.
53 .TP
54 .BI \-v
55 Prints verbose debugging information while extracting or tuning parameters of the exFAT filesystem.
56 .TP
57 .B \-V
58 Prints the version number and exits.