Added a comment

This commit is contained in:
http://joey.kitenet.net/ 2011-11-22 19:56:55 +00:00 committed by admin
parent b1c601ac8c
commit eeda534e9a

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="comment 2"
date="2011-11-22T19:56:55Z"
content="""
All right, I see the same thing with linux 3.1.0. It seems this behavior has changed since linux 3.0.0. Mounting with shortname=lower avoids the problem.
I feel a good case could be made that this new behavior is a linux bug. Your example with touch particularly shows how weird it is.
<pre>
$ touch Foo
$ echo hi > foo
sh: cannot create foo: File exists
$ rm foo
rm: cannot remove `foo': No such file or directory
</pre>
"""]]