LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fatlabel

FAT filesystem volume label utility

TLDR

Read the volume label of a FAT filesystem
$ fatlabel [/dev/sda1]
copy
Write a new volume label
$ fatlabel [/dev/sdc3] "[new_label]"
copy

SYNOPSIS

fatlabel device [label]

DESCRIPTION

fatlabel gets or sets the volume label of a FAT filesystem. Without a label argument, it displays the current label. With a label argument, it sets a new label.Part of the dosfstools package for managing FAT filesystems.

PARAMETERS

device

FAT partition device
label
New volume label (optional)

INSTALL

sudo apt install dosfstools
copy
sudo dnf install dosfstools
copy
sudo pacman -S dosfstools
copy
sudo apk add dosfstools
copy
sudo zypper install dosfstools
copy
brew install dosfstools
copy
nix profile install nixpkgs#dosfstools
copy

CAVEATS

FAT labels limited to 11 characters. Requires unmounted filesystem for writing. Part of dosfstools package.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid