Files
cheatsheet-tldr/tldr/linux/e2label
2025-11-09 00:22:06 +00:00

14 lines
308 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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:
`sudo e2label {{/dev/sda1}} "{{label_name}}"`