mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
8 lines
211 B
Markdown
8 lines
211 B
Markdown
# e2label
|
|
|
|
> Change the label on an ext2/ext3/ext4 filesystem.
|
|
> More information: <https://manned.org/e2label>.
|
|
|
|
- Change the volume label on a specific ext partition:
|
|
|
|
`e2label {{/dev/sda1}} "{{label_name}}"`
|