]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - label/exfatlabel.8
a7b1292ce0d3dce8983477e3164f10196b790592
[sven/exfat-utils.git] / label / exfatlabel.8
1 .\" Copyright (C) 2011-2016  Andrew Nayenko
2 .\"
3 .TH EXFATLABEL 8 "February 2011"
4 .SH NAME
5 .B exfatlabel
6 \- get or set an exFAT file system label
7 .SH SYNOPSIS
8 .B exfatlabel
9 [
10 .B \-V
11 ]
12 .I device
13 [
14 .I label
15 ]
16
17 .SH DESCRIPTION
18 .B exfatlabel
19 reads or changes an exFAT file system label (volume name).
20
21 If
22 .I label
23 argument is present,
24 .B exfatlabel
25 sets the new volume name. Empty label ('') removes volume name. Label can be
26 up to 15 characters. This limit is shorter if characters beyond Unicode BMP
27 are used because internally label is stored in UTF-16.
28
29 If
30 .I label
31 argument is omitted,
32 .B exfatlabel
33 just prints current volume name.
34
35 .SH COMMAND LINE OPTIONS
36 Command line options available:
37 .TP
38 .BI \-V
39 Print version and copyright.
40
41 .SH EXIT CODES
42 Zero is returned on success. Any other code means an error.
43
44 .SH AUTHOR
45 Andrew Nayenko
46
47 .SH SEE ALSO
48 .BR mkexfatfs (8)