aboutsummaryrefslogtreecommitdiffstats
path: root/label/exfatlabel.8
blob: bff6e7996d2026687fed7ad5de713069c3a374e8 (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
.\" Copyright (C) 2011-2015  Andrew Nayenko
.\"
.TH EXFATLABEL 8 "February 2011"
.SH NAME
.B exfatlabel
\- get or set an exFAT file system label
.SH SYNOPSIS
.B exfatlabel
[
.B \-V
]
.I device
[
.I label
]

.SH DESCRIPTION
.B exfatlabel
reads or changes an exFAT file system label (volume name).

If
.I label
argument is present,
.B exfatlabel
sets the new volume name. Label can be up to 15 characters. This limit is
shorter if characters beyond Unicode BMP are used because internally label
is stored in UTF-16.

If
.I label
argument is omitted,
.B exfatlabel
just prints current volume name.

.SH COMMAND LINE OPTIONS
Command line options available:
.TP
.BI \-V
Print version and copyright.

.SH EXIT CODES
Zero is returned on success. Any other code means an error.

.SH AUTHOR
Andrew Nayenko

.SH SEE ALSO
.BR mkexfatfs (8)