OSDN Git Service

Add exfatlabel man page.
[android-x86/external-exfat.git] / label / exfatlabel.8
1 .\" Copyright (C) 2011  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 .I device
10 [
11 .I label
12 ]
13
14 .SH DESCRIPTION
15 .B exfatlabel
16 reads or changes an exFAT file system label (volume name).
17
18 If
19 .I label
20 argument is present,
21 .B exfatlabel
22 sets the new volume name. Label can be up to 15 characters. This limit is
23 shorter if characters beyond Unicode BMP are used because internally label
24 is stored in UTF-16.
25
26 If
27 .I label
28 argument is omitted,
29 .B exfatlabel
30 just prints current volume name.
31
32 .SH EXIT CODES
33 Zero is returned on success. Any other code means an error.
34
35 .SH AUTHOR
36 Andrew Nayenko
37
38 .SH SEE ALSO
39 .BR mkexfatfs (8)