HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

exfatlabel — Get or set an exFAT filesystem label. More information: <https://manned.org/exfatlabel>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandexfatexfatlabelclilabelfilesystemsetget

Problem

How to use the exfatlabel command: Get or set an exFAT filesystem label. More information: <https://manned.org/exfatlabel>.

Solution

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

Code Snippets

Display the current filesystem label

exfatlabel {{/dev/sda}}

Set the filesystem label

exfatlabel {{/dev/sda}} {{new_label}}

Context

tldr-pages: common/exfatlabel

Revisions (0)

No revisions yet.