From 10db6c54df1a9701021832a5a5bc26e5111098c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Feb 2015 15:13:35 -0400 Subject: [PATCH] comment --- ...t_5_5e6202c319e75a9758bb8c2f32152e0f._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Bare_repo_on_USB_drive_not_providing_files/comment_5_5e6202c319e75a9758bb8c2f32152e0f._comment 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. +"""]]