[Samba] Cannot change case of existing file names

Jeremy Allison jra at samba.org
Wed Feb 7 22:22:35 GMT 2007


On Mon, Feb 05, 2007 at 09:33:35PM -0600, Jordan Russell wrote:
> Server OS: Linux / Fedora Core 6
> Samba version: 3.0.24, 3.0.23 (binary packages for FC6)
> Samba configuration: All defaults
> Client OS: Windows XP SP2, Windows 2000 SP4
> 
> In recent versions of Samba (including 3.0.24), attempting to rename a
> file to a new name that differs only in case appears to have no effect:
> 
> X:\tmp>echo . > FILE.txt
> 
> X:\tmp>dir
> 02/05/2007  08:21p                   4 FILE.txt
> 
> X:\tmp>ren FILE.txt file.txt
> 
> X:\tmp>dir
> 02/05/2007  08:21p                   4 FILE.txt
> 
> I'm pretty sure this worked in older versions.
> Any ideas?

I've just fixed this in SVN. Turns out it was side-effect
breakage when we turned on root dfs by default. That was
a fun one - allowed me to clean up some old DFS code :-).

Jeremy.


More information about the samba mailing list