blob: bff6e7996d2026687fed7ad5de713069c3a374e8 [file] [log] [blame]
Matt Mower09ef1e42015-12-13 11:29:45 -06001.\" Copyright (C) 2011-2015 Andrew Nayenko
bigbiff bigbiff9c754052013-01-09 09:09:08 -05002.\"
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[
bigbiff bigbiff004e2df2013-07-03 14:52:12 -040010.B \-V
bigbiff bigbiff9c754052013-01-09 09:09:08 -050011]
12.I device
13[
14.I label
15]
16
17.SH DESCRIPTION
18.B exfatlabel
19reads or changes an exFAT file system label (volume name).
20
21If
22.I label
23argument is present,
24.B exfatlabel
25sets the new volume name. Label can be up to 15 characters. This limit is
26shorter if characters beyond Unicode BMP are used because internally label
27is stored in UTF-16.
28
29If
30.I label
31argument is omitted,
32.B exfatlabel
33just prints current volume name.
34
35.SH COMMAND LINE OPTIONS
36Command line options available:
37.TP
bigbiff bigbiff004e2df2013-07-03 14:52:12 -040038.BI \-V
bigbiff bigbiff9c754052013-01-09 09:09:08 -050039Print version and copyright.
40
41.SH EXIT CODES
42Zero is returned on success. Any other code means an error.
43
44.SH AUTHOR
45Andrew Nayenko
46
47.SH SEE ALSO
48.BR mkexfatfs (8)