exfatlabel.8 824 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. [
  10. .B \-v
  11. ]
  12. .I device
  13. [
  14. .I label
  15. ]
  16. .SH DESCRIPTION
  17. .B exfatlabel
  18. reads or changes an exFAT file system label (volume name).
  19. If
  20. .I label
  21. argument is present,
  22. .B exfatlabel
  23. sets the new volume name. Label can be up to 15 characters. This limit is
  24. shorter if characters beyond Unicode BMP are used because internally label
  25. is stored in UTF-16.
  26. If
  27. .I label
  28. argument is omitted,
  29. .B exfatlabel
  30. just prints current volume name.
  31. .SH COMMAND LINE OPTIONS
  32. Command line options available:
  33. .TP
  34. .BI \-v
  35. Print version and copyright.
  36. .SH EXIT CODES
  37. Zero is returned on success. Any other code means an error.
  38. .SH AUTHOR
  39. Andrew Nayenko
  40. .SH SEE ALSO
  41. .BR mkexfatfs (8)