Is it possible to preserve all upper filenames on a vfat mount? For example, if I want to name a file "FOO", it gets changed to "foo". Is there a mount option that would allow me to do this? My fstab entry looks like this:
/dev/hdc5 /mnt/win_d vfat defaults,umask=0 0 0 0 0
Any advice would be greatly appreciated.