1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:26:02 +02:00
tldr/pages/linux/e2label.md
2020-10-04 18:33:38 +01:00

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