1E2LABEL(8) System Manager's Manual E2LABEL(8)
2
3
4
6 e2label - Change the label on an ext2/ext3/ext4 file system
7
9 e2label device [ volume-label ]
10
12 e2label will display or change the volume label on the ext2, ext3, or
13 ext4 file system located on device.
14
15 If the optional argument volume-label is not present, e2label will sim‐
16 ply display the current volume label.
17
18 If the optional argument volume-label is present, then e2label will set
19 the volume label to be volume-label. Ext2 volume labels can be at most
20 16 characters long; if volume-label is longer than 16 characters, e2la‐
21 bel will truncate it and print a warning message.
22
23 It is also possible to set the volume label using the -L option of
24 tune2fs(8).
25
27 e2label was written by Theodore Ts'o (tytso@mit.edu).
28
30 e2label is part of the e2fsprogs package and is available from
31 http://e2fsprogs.sourceforge.net.
32
34 mke2fs(8), tune2fs(8)
35
36
37
38
39E2fsprogs version 1.46.5 December 2021 E2LABEL(8)