1mlabel(1)                   General Commands Manual                  mlabel(1)
2
3
4

Name

6       mlabel - make an MSDOS volume label
7
8
9

Note of warning

11       This  manpage  has  been  automatically generated from mtools's texinfo
12       documentation, and may not be entirely accurate or complete.   See  the
13       end of this man page for details.
14

Description

16       The mlabel command adds a volume label to a disk. Its syntax is:
17       mlabel [-vcsn] [-N serial] drive:[new_label]
18
19
20       Mlabel  displays  the current volume label, if present. If new_label is
21       not given, and if neither the c nor the s options are set,  it  prompts
22       the  user  for a new volume label.  To delete an existing volume label,
23       press return at the prompt.
24
25       Reasonable care is taken to create a valid MS-DOS volume label.  If  an
26       invalid  label is specified, mlabel changes the label (and displays the
27       new label if the verbose mode is set). Mlabel returns 0 on success or 1
28       on failure.
29
30       Mlabel supports the following options:
31
32       c      Clears an existing label, without prompting the user
33
34       s      Shows the existing label, without prompting the user.
35
36       n      Assigns a new (random) serial number to the disk
37
38       N serial
39              Sets  the  supplied  serial  number. The serial number should be
40              supplied as an 8 digit hexadecimal number, without spaces
41

See Also

43       Mtools' texinfo doc
44

Viewing the texi doc

46       This manpage has been automatically  generated  from  mtools's  texinfo
47       documentation.  However,  this  process is only approximative, and some
48       items, such as crossreferences, footnotes and indices are lost in  this
49       translation process.  Indeed, these items have no appropriate represen‐
50       tation in the manpage format.  Moreover, not all information  has  been
51       translated into the manpage version.  Thus I strongly advise you to use
52       the original texinfo doc.  See the end of this manpage for instructions
53       how to view the texinfo doc.
54
55       *      To  generate a printable copy from the texinfo doc, run the fol‐
56              lowing commands:
57
58                     ./configure; make dvi; dvips mtools.dvi
59
60
61
62       *      To generate a html copy,  run:
63
64                     ./configure; make html
65
66              A  premade  html  can  be  found  at   `http://www.gnu.org/soft
67              ware/mtools/manual/mtools.html'
68
69       *      To  generate  an  info  copy (browsable using emacs' info mode),
70              run:
71
72                     ./configure; make info
73
74
75
76       The texinfo doc looks most pretty when printed or as html.  Indeed,  in
77       the  info  version  certain  examples  are difficult to read due to the
78       quoting conventions used in info.
79
80mtools-4.0.12                       03Nov09                          mlabel(1)
Impressum