mount exfat with lower case filenames?
I can mount a vfat file system with lower case filenames using the mount option shortname=lower, but I have not found a way to get the same result with exfat. (I also haven't found a list of mount options for exfat anywhere. It appears that mount.fuse does the mount and the list of mount options it gives appears to be incomplete, since for example, fmask isn't listed but does work. The behavior I get with a mounted exfat is a little funny: pre-existing files are shown in upper case, but I can create new files that display with any case, even mixed case. Of course, filenames on exfat aren't actually case sensitive, so a command like 'mv FOO foo' gives the error 'FOO' and 'foo' are the same file.
Running Ubuntu 21.04.
|