Added a comment
This commit is contained in:
parent
b1c601ac8c
commit
eeda534e9a
1 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue