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 0000000000..d833e15e6f --- /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. +"""]]