exfatlabel: add page (#10461)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
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
1 changed files with 12 additions and 0 deletions

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}}`