aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment')
-rw-r--r--doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment b/doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment
deleted file mode 100644
index 5040b3120..000000000
--- a/doc/bugs/directory_remote_and_case_sensitivity_on_FAT/comment_2_c9088060fb9133b66951f1a3075981e8._comment
+++ /dev/null
@@ -1,18 +0,0 @@
-[[!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>
-"""]]