]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - manpages/exfatlabel.8
Add CVE ID to debian changelog
[sven/exfatprogs.git] / manpages / exfatlabel.8
1 .TH exfatlabel 8
2 .SH NAME
3 exfatlabel \- Get or Set volume label or volume serial of an exFAT filesystem
4 .SH SYNOPSIS
5 .B exfatlabel
6 [
7 .B \-i
8 .I volume-label
9 ] [
10 .B \-v
11 ]
12 .I device
13 [
14 .I label_string or serial_value
15 ]
16 .br
17 .B exfatlabel \-V
18 .SH DESCRIPTION
19 .B exfatlabel
20 Print or set volume label of an existing exFAT filesystem.
21
22 If there is a
23 .I label_string
24 in argument of exfatlabel, It will be written to volume label
25 field on given device. If not, exfatlabel will just print out
26 after reading volume label field from given device. If -i or
27 --volume-serial is given, It can be switched to volume serial
28 mode.
29 .PP
30 .SH OPTIONS
31 .TP
32 .BI \-i
33 Switch to volume serial mode.
34 .TP
35 .B \-V
36 Prints the version number and exits.