Files
cheatsheet-tldr/tldr/linux/e2label

14 lines
303 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:
`e2label {{/dev/sda1}} "{{label_name}}"`