diff options
author | http://joey.kitenet.net/ <joey@web> | 2011-11-15 04:46:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-11-15 04:46:13 +0000 |
commit | cfc518190c08f88ea7cc4480d6d5f1cf9fab351b (patch) | |
tree | 2ab2cff38a48865eb77076b36a58db91110706ec | |
parent | a6091dc27180f0db9df647fa08460a2c0f03d3e5 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/Trouble_initializing_git_annex_on_NFS/comment_2_f80b10ed395738e50e345fc22c708ae5._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Trouble_initializing_git_annex_on_NFS/comment_2_f80b10ed395738e50e345fc22c708ae5._comment b/doc/bugs/Trouble_initializing_git_annex_on_NFS/comment_2_f80b10ed395738e50e345fc22c708ae5._comment new file mode 100644 index 000000000..bd302e6be --- /dev/null +++ b/doc/bugs/Trouble_initializing_git_annex_on_NFS/comment_2_f80b10ed395738e50e345fc22c708ae5._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 2" + date="2011-11-15T04:46:13Z" + content=""" +You might try mounting your NAS with the mount option `local_lock=all` + +This will keep the lock files on your (I assume linux) client. If you do this make sure you don't have another client using git-annex in the same NFS directory. +"""]] |