1NTFSLABEL(8) System Manager's Manual NTFSLABEL(8)
2
3
4
6 ntfslabel - display/change the label on an ntfs file system
7
9 ntfslabel [options] device [new-label]
10
12 ntfslabel will display or change the file system label on the ntfs file
13 system located on device.
14
15 If the optional argument new-label is not present, ntfslabel will sim‐
16 ply display the current file system label.
17
18 If the optional argument new-label is present, then ntfslabel will set
19 the file system label to be new-label. NTFS file system labels can be
20 at most 128 Unicode characters long; if new-label is longer than 128
21 Unicode characters, ntfslabel will truncate it and print a warning mes‐
22 sage.
23
24 It is also possible to set the file system label using the -L option of
25 mkntfs(8) during creation of the file system.
26
28 Below is a summary of all the options that ntfslabel accepts. Nearly
29 all options have two equivalent names. The short name is preceded by -
30 and the long name is preceded by --. Any single letter options, that
31 don't take an argument, can be combined into a single command, e.g.
32 -fv is equivalent to -f -v. Long named options can be abbreviated to
33 any unique prefix of their name.
34
35 -f, --force
36 This will override some sensible defaults, such as not working
37 with a mounted volume. Use this option with caution.
38
39 -h, --help
40 Show a list of options with a brief description of each one.
41
42 -n, --no-action
43 Don't actually write to disk.
44
45 -q, --quiet
46 Reduce the amount of output to a minimum.
47
48 -v, --verbose
49 Increase the amount of output that ntfslabel prints.
50
51 -V, --version
52 Show the version number, copyright and license for ntfslabel.
53
55 There are no known problems with ntfslabel. If you find a bug please
56 send an email describing the problem to the development team:
57 linux-ntfs-dev@lists.sourceforge.net
58
60 ntfslabel was written by Matthew J. Fanto, with contributions from An‐
61 ton Altaparmakov and Richard Russon.
62
64 ntfslabel is part of the ntfsprogs package and is available from:
65 http://www.linux-ntfs.org/content/view/19/37
66
67 The manual pages are available online at:
68 http://man.linux-ntfs.org/
69
71 mkntfs(8), ntfsprogs(8)
72
73
74
75ntfsprogs 1.13.1 November 2005 NTFSLABEL(8)