1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/e2label.md

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}}"`