exfatlabel - Man Page
Get or Set volume label or volume serial of an exFAT filesystem
Examples (TL;DR)
- Display the current filesystem label:
exfatlabel /dev/sda
- Set the filesystem label:
exfatlabel /dev/sda new_label
Synopsis
exfatlabel [ -i ] [ -V ] device [ label_string or serial_value ]
exfatlabel -V
Description
exfatlabel Print or set volume label of an existing exFAT filesystem.
If there is a label_string in the argument of exfatlabel, it will be written to the volume label field on a given device. If not, exfatlabel will just print it after reading the volume label field from the given device. If -i or --volume-serial is given, it will switch to volume serial mode.
Options
- -i --volume-serial
Switch to volume serial mode.
- -V
Prints the version number and exits.