aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment
blob: 5040b3120f86a811443022cdc7e3790ba6c074dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
"""]]