exfatlabel
Get or set an exFAT filesystem label. More information: <https://manned.org/exfatlabel>.
Install
- All systems
-
curl cmd.cat/exfatlabel.sh
- Debian
-
apt-get install exfat-utils
- Ubuntu
-
apt-get install exfat-utils
- Alpine
-
apk add exfat-utils
- Arch Linux
-
pacman -S exfat-utils
- 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
- Dockerfile
- dockerfile.run/exfatlabel
- 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