1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

exfatlabel: add page (#10461)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Managor 2023-07-09 18:26:10 +03:00 committed by GitHub
parent a0f7d6a420
commit a2a0609141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# 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}}`