diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-09 15:13:35 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-09 15:13:35 -0400 |
commit | c931516fb2de05e5b2bc2cb2d1548f9c6362c542 (patch) | |
tree | a40b42609b9dd8b31c4722b149550435fa3eeb29 | |
parent | 159bb8631a6e9c7657f1011c16152a2aada869c0 (diff) |
comment
-rw-r--r-- | doc/forum/Bare_repo_on_USB_drive_not_providing_files/comment_5_5e6202c319e75a9758bb8c2f32152e0f._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Bare_repo_on_USB_drive_not_providing_files/comment_5_5e6202c319e75a9758bb8c2f32152e0f._comment b/doc/forum/Bare_repo_on_USB_drive_not_providing_files/comment_5_5e6202c319e75a9758bb8c2f32152e0f._comment new file mode 100644 index 000000000..d833e15e6 --- /dev/null +++ b/doc/forum/Bare_repo_on_USB_drive_not_providing_files/comment_5_5e6202c319e75a9758bb8c2f32152e0f._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2015-02-09T19:09:53Z" + content=""" +I had never heard of [exFAT](http://en.wikipedia.org/wiki/ExFAT) before. + +I guess you were mounting it in linux using the FUSE implementation of +exFAT. It's not very surprising when FUSE filesystems leave off support +for some syscalls. In this case, chmod. + +Since even git clone fails, git-annex obviously cannot work. + +A bare repository might be the only option if you're stuck using exFAT for +some reason. +"""]] |