mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 07:49:26 +00:00
Update cheatsheets
This commit is contained in:
13
linux/e2label
Normal file
13
linux/e2label
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}"`
|
||||
Reference in New Issue
Block a user