[Bug 58964] Re: can't change case of letters in folder names on non-case sensitive fs
didier
did447 at gmail.com
Sat Sep 30 22:38:27 UTC 2006
It's still there for hfs+. (it works with jfs in OS2 compatible mode).
It's a bug in the kernel module. Nautilus does something like that for
rename foo Foo
stat foo ==> 0
stat Foo ==> 0
rename foo, fooHHDJD ==> 0
stat Foo ==> 0 bug in hfsplus should be -1 ENOENT now.
rename fooHHDJD Foo
I haven't a working 2.6.18 but from the source it's not fixed.
** Summary changed:
- can't change case of letters in folder names on non-case sensitive fs
+ can't change case on non-case sensitive hfsplus with nautilus
--
can't change case on non-case sensitive hfsplus with nautilus
https://launchpad.net/bugs/58964
More information about the desktop-bugs
mailing list