summaryrefslogtreecommitdiffstats
path: root/manpages/tune.exfat.8
blob: b57c7464373b35216a2a64dd12357e93f543512c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH tune.exfat 8
.SH NAME
tune.exfat \- adjust tunable filesystem parameters on an exFAT filesystem
.SH SYNOPSIS
.B tune.exfat
[
.B \-l
.I print-label
] [
.B \-L
.I set-label
] [
.B \-u
.I print-guid
] [
.B \-U
.I set-guid
] [
.B \-i
.I print-serial
] [
.B \-I
.I set-serial
] [
.B \-v
]
.I device
.br
.B tune.exfat \-V
.SH DESCRIPTION
.B tune.exfat
adjust tunable ondisk parameters of an existing exFAT filesystem.
.PP
.SH OPTIONS
.TP
.BI \-l " print-label"
Print the volume label of the exFAT filesystem.
.TP
.BI \-L " set-label"
Set the volume label of the filesystem to the provided argument.
.TP
.BI \-u " print-guid"
Print the volume GUID of the exFAT filesystem.
.TP
.BI \-U " set-guid"
Set the volume GUID of the filesystem to the provided argument.
.TP
.BI \-i " print-serial"
Print the volume serial of the exFAT filesystem.
.TP
.BI \-I " set-serial"
Set the volume serial of the filesystem to the provided argument.
.TP
.BI \-v
Prints verbose debugging information while extracting or tuning parameters of the exFAT filesystem.
.TP
.B \-V
Prints the version number and exits.