mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 14:00:43 +00:00
Update cheatsheets
This commit is contained in:
17
exfatlabel
Normal file
17
exfatlabel
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# exfatlabel
|
||||
|
||||
> Get or set an exFAT filesystem label.
|
||||
> More information: <https://manned.org/exfatlabel>.
|
||||
|
||||
- Display the current filesystem label:
|
||||
|
||||
`exfatlabel {{/dev/sda}}`
|
||||
|
||||
- Set the filesystem label:
|
||||
|
||||
`exfatlabel {{/dev/sda}} {{new_label}}`
|
||||
Reference in New Issue
Block a user