aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn
blob: 3e05b60931419bdb079696ab944f26459e4512cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
I belive I have found a regression.

Inspired by 
<http://git-annex.branchable.com/forum/performance_improvement:_git_on_ssd__44___annex_on_spindle_disk/>
I tried to only have .git/annex/objects (also tested moving .git/annex) on NFS while having the rest on local SSD disk.

But when trying to add files i get:

     > git annex add testfile
    add testfile (checksum...) 
    git-annex: testfile: rename: unsupported operation (Invalid cross-device link)
    failed
    git-annex: add: 1 failed

I have tried both using bind-mount and with a sym-link.