LinuxCommandLibrary

exfatlabel

exFAT filesystem label utility

TLDR

Show volume label

$ exfatlabel [/dev/sda1]
copy
Set volume label
$ exfatlabel [/dev/sda1] "[NEW_LABEL]"
copy

SYNOPSIS

exfatlabel [options] device [label]

DESCRIPTION

exfatlabel displays or sets the volume label of an exFAT filesystem. If no label is given, displays the current label.

CAVEATS

The filesystem must be unmounted before changing the label. Maximum label length is 11 characters.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community