diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-01-31 12:47:49 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-01-31 12:47:49 -0400 |
commit | bdcfd9a9d9b0f7a6c7148c3237bbd8a6a1a6cfec (patch) | |
tree | ccf05d356874a04eb518d1bb68017703c435c500 | |
parent | e861767723b57f9cb9c308f5a06f7f9975980a9b (diff) |
response
This commit was sponsored by Andreas on Patreon.
-rw-r--r-- | doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_1_48da28dbc7da82d4e06fd3ce7962dfc5._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_1_48da28dbc7da82d4e06fd3ce7962dfc5._comment b/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_1_48da28dbc7da82d4e06fd3ce7962dfc5._comment new file mode 100644 index 000000000..7e44bab07 --- /dev/null +++ b/doc/forum/Git-annex_init_gets_stuck_on_exFAT/comment_1_48da28dbc7da82d4e06fd3ce7962dfc5._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2017-01-31T16:42:54Z" + content=""" +Despite v6 repo format being available now, git-annex still defaults to v5, +and so needs to use direct mode when run in a FAT filesystem. If you want +to use v6 repo mode, you will need to `git annex init --version=6` + +Based on some googling, "stuck" state in OSX top means that it's stuck in a +kernel call. This probably means that git-annex is waiting for a disk +access, or from output from one of its child processes (eg git commands). + +It would be helpful to look at the process tree and see what child +processes of git-annex are running at this point. +"""]] |