From 178a49af75166999c690fd92a02d74d2fbe47270 Mon Sep 17 00:00:00 2001 From: "http://hcs.furuvik.net/" Date: Sun, 27 Nov 2011 20:52:15 +0000 Subject: --- ...t_possible_to_have_annex_on_a_separate_filesystem.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn b/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn new file mode 100644 index 000000000..3e05b6093 --- /dev/null +++ b/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn @@ -0,0 +1,15 @@ +I belive I have found a regression. + +Inspired by + +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. -- cgit v1.2.3