Matt Mower | 09ef1e4 | 2015-12-13 11:29:45 -0600 | [diff] [blame] | 1 | .\" Copyright (C) 2011-2015 Andrew Nayenko |
bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 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 | [ |
bigbiff bigbiff | 004e2df | 2013-07-03 14:52:12 -0400 | [diff] [blame] | 10 | .B \-V |
bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 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. Label can be up to 15 characters. This limit is |
| 26 | shorter if characters beyond Unicode BMP are used because internally label |
| 27 | 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 |
bigbiff bigbiff | 004e2df | 2013-07-03 14:52:12 -0400 | [diff] [blame] | 38 | .BI \-V |
bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 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) |