]> 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 ] [
9 .B \-V
10 ]
11 .I device
12 [
13 .I label_string or serial_value
14 ]
15 .br
16 .B exfatlabel \-V
17 .SH DESCRIPTION
18 .B exfatlabel
19 Print or set volume label of an existing exFAT filesystem.
20
21 If there is a
22 .I label_string
23 in the argument of exfatlabel, it will be written to the volume
24 label field on a given device. If not, exfatlabel will just print
25 it after reading the volume label field from the given device. If -i
26 or --volume-serial is given, it will switch to volume serial mode.
27 .PP
28 .SH OPTIONS
29 .TP
30 .BI \-i\ \-\-volume-serial
31 Switch to volume serial mode.
32 .TP
33 .B \-V
34 Prints the version number and exits.