exfatlabel
exFAT filesystem label utility
TLDR
Show volume label
$ exfatlabel [/dev/sda1]
Set volume label$ exfatlabel [/dev/sda1] "[NEW_LABEL]"
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
exfatprogs(8), mkfs.exfat(8)
