mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:26:02 +02:00
7 lines
161 B
Markdown
7 lines
161 B
Markdown
# e2label
|
|
|
|
> Change the label on an ext2/ext3/ext4 filesystem.
|
|
|
|
- Change the volume label on a specific ext partition:
|
|
|
|
`e2label {{/dev/sda1}} "{{label_name}}"`
|