1mlabel(1) General Commands Manual mlabel(1)
2
3
4
6 mlabel - make an MSDOS volume label
7
8
9
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
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
43 Mtools' texinfo doc
44
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://mtools.linux.lu' and
67 also at: `http://www.tux.org/pub/knaff/mtools'
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-3.9.10 28Feb05 mlabel(1)