Displaying 1 result from an estimated 1 matches for "insentit".
Did you mean:
insertit
2007 Aug 06
1
cifs module and nocase option
...th and
filenames to be case insensitive from the client part. Solutions i
found are:
1) use 'unix extensions = no' in smb.conf
2) execute 'echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled' in the cifs client
Both solutions are not perfect for me as i lost unix extensions. Only
case insentitivity is required for me.
I then found the 'nocase' option in cifs kernel module ('Request case
insensitive path name matching' as said in the README), but it does
not look to work: i have the same problems as reported here:
https://bugzilla.samba.org/show_bug.cgi?id=4614
Is there a...