Bugzilla – Bug 1187744
exfatlabel (of exfatprogs) cannot set labels starting with '-'
Last modified: 2021-07-01 11:20:42 UTC
The program exfatlabel (of exfatprogs) cannot set labels starting with '-'. dosfslabel excepts the usual '--' to terminate command line option processing. exfatlabel should do the same. Works fine with the version from exfat-utils.
According to https://docs.microsoft.com/en-us/windows/win32/fileio/exfat-specification#table-35-invalid-filename-characters the dash character is not forbidden => bug.