dosfslabel.8 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .\" dosfslabel.8 - manpage for dosfsck
  2. .\"
  3. .\" Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
  4. .\"
  5. .\" This program is free software: you can redistribute it and/or modify
  6. .\" it under the terms of the GNU General Public License as published by
  7. .\" the Free Software Foundation, either version 3 of the License, or
  8. .\" (at your option) any later version.
  9. .\"
  10. .\" This program is distributed in the hope that it will be useful,
  11. .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. .\" GNU General Public License for more details.
  14. .\"
  15. .\" You should have received a copy of the GNU General Public License
  16. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. .\"
  18. .\" On Debian systems, the complete text of the GNU General Public License
  19. .\" can be found in /usr/share/common-licenses/GPL-3 file.
  20. .\"
  21. .\"
  22. .TH DOSFSLABEL 8 "2010\-01\-31" "3.0.9" "set or get MS\-DOS filesystem label"
  23. .SH NAME
  24. \fBdosfslabel\fR \- set or get MS\-DOS filesystem label
  25. .SH SYNOPSIS
  26. \fBdosfslabel\fR \fIDEVICE\fR [\fILABEL\fR]
  27. .SH DESCRIPTION
  28. \fBdosfslabel\fR set or gets a MS\-DOS filesystem label from a given device.
  29. .PP
  30. If the label is omitted, then the label name of the specified device is written on the standard output. A label can't be longer than 11 characters.
  31. .SH OPTIONS
  32. .IP "\fB\-h\fR, \fB\-\-help\fR" 4
  33. Displays a help message.
  34. .IP "\fB\-V\fR, \fB\-\-version\fR" 4
  35. Shows version.
  36. .SH SEE ALSO
  37. \fBdosfsck\fR(8)
  38. .br
  39. \fBmkdosfs\fR(8)
  40. .SH HOMEPAGE
  41. More information about \fBdosfsck\fR and \fBdosfstools\fR can be found at <\fIhttp://www.daniel\-baumann.ch/software/dosfstools/\fR>.
  42. .SH AUTHORS
  43. \fBdosfstools\fR were written by Werner Almesberger <\fIwerner.almesberger@lrc.di.epfl.ch\fR>, Roman Hodek <\fIRoman.Hodek@informatik.uni-erlangen.de\fR>, and others. The current maintainer is Daniel Baumann <\fImail@daniel-baumann.ch\fR>.