Matt Mower | 18794c8 | 2015-11-11 16:22:45 -0600 | [diff] [blame] | 1 | .\" fatlabel.8 - manpage for fatlabel |
| 2 | .\" |
| 3 | .\" Copyright (C) 2006-2014 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 | .\" 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 FATLABEL 8 2015\-05\-16 3.0.28 "dosfstools" |
| 23 | .SH NAME |
| 24 | \fBfatlabel\fR \- set or get MS\-DOS filesystem label |
| 25 | .\" ---------------------------------------------------------------------------- |
| 26 | .SH SYNOPSIS |
| 27 | \fBfatlabel\fR \fIDEVICE\fR [\fILABEL\fR] |
| 28 | .\" ---------------------------------------------------------------------------- |
| 29 | .SH DESCRIPTION |
| 30 | \fBfatlabel\fR set or gets a MS\-DOS filesystem label from a given device. |
| 31 | .PP |
| 32 | If \fILABEL\fR is omitted, then the label name of the specified device is |
| 33 | written on the standard output. |
| 34 | A label can't be longer than 11 bytes. |
| 35 | .\" ---------------------------------------------------------------------------- |
| 36 | .SH OPTIONS |
| 37 | .IP "\fB\-h\fR, \fB\-\-help\fR" 4 |
| 38 | Displays a help message. |
| 39 | .IP "\fB\-V\fR, \fB\-\-version\fR" 4 |
| 40 | Shows version. |
| 41 | .\" ---------------------------------------------------------------------------- |
| 42 | .SH SEE ALSO |
| 43 | \fBfsck.fat\fR(8) |
| 44 | .br |
| 45 | \fBmkfs.fat\fR(8) |
| 46 | .\" ---------------------------------------------------------------------------- |
| 47 | .SH HOMEPAGE |
| 48 | The home for the \fBdosfstools\fR project is its |
| 49 | .UR https://github.com/dosfstools/dosfstools |
| 50 | GitHub project page |
| 51 | .UE . |
| 52 | .\" ---------------------------------------------------------------------------- |
| 53 | .SH AUTHORS |
| 54 | \fBdosfstools\fR were written by |
| 55 | .MT werner.almesberger@\:lrc.di.epfl.ch |
| 56 | Werner Almesberger |
| 57 | .ME , |
| 58 | .MT Roman.Hodek@\:informatik.\:uni-erlangen.de |
| 59 | Roman Hodek |
| 60 | .ME , |
| 61 | and others. |
| 62 | The current maintainer is |
| 63 | .MT aeb@\:debian.org |
| 64 | Andreas Bombe |
| 65 | .ME . |