exfatlabel

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

Install

All systems
curl cmd.cat/exfatlabel.sh
Debian Debian
apt-get install exfat-utils
Ubuntu
apt-get install exfat-utils
Alpine
apk add exfat-utils
Arch Arch Linux
pacman -S exfat-utils
image/svg+xml Kali Linux
apt-get install exfat-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install exfat-utils
Raspbian
apt-get install exfat-utils
Docker
docker run cmd.cat/exfatlabel exfatlabel powered by Commando

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

© tl;dr; authors and contributors