Hi all!
I'm trying to save a file/folder with its name only in capital letters but KDE renames it to lower case. Example: README -> readme ; INSTALL -> install
How can I fix this?
Thanks in advance. Carlos Gonçalves
Carlos Gonçalves schreef:
Hi all!
I'm trying to save a file/folder with its name only in capital letters but KDE renames it to lower case. Example: README -> readme ; INSTALL -> install
How can I fix this?
Thanks in advance. Carlos Gonçalves
Carlos,
Is this happening when saving to a FAT partition? If yes add 'shortname =mixed' as an option to fstab as in /dev/hda1 /windows/C vfat noatime,users,gid=users,umask=0002,utf8=true,shortname=mixed 0 0
Peter
Em Domingo, 3 de Setembro de 2006 19:32, o Peter Vollebregt escreveu:
Is this happening when saving to a FAT partition?
Yup.
If yes add 'shortname =mixed' as an option to fstab as in /dev/hda1 /windows/C vfat noatime,users,gid=users,umask=0002,utf8=true,shortname=mixed 0 0
100% working! Thanks!!
Carlos