diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00 <Jakukyo@web> | 2013-09-11 01:21:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-11 01:21:11 +0000 |
commit | 4249c5a7fa4359e769080a86bf026f97ea4a9188 (patch) | |
tree | 274ccfdc7dc5d9aa9d2527988a5373a68d31278d | |
parent | d872975a880fcdfc5cac679e246c68a63710373d (diff) |
Syncing with a huge repo on a small partition runs out of inodes.
-rw-r--r-- | doc/forum/Running_out_of__inodes.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/Running_out_of__inodes.mdwn b/doc/forum/Running_out_of__inodes.mdwn new file mode 100644 index 000000000..417de18de --- /dev/null +++ b/doc/forum/Running_out_of__inodes.mdwn @@ -0,0 +1,17 @@ +When syncing with a huge git annex repository on usb disk, my small laptop partition runs out of inodes. + +Any workaround for this? + +- Use bare repository? + + Some git annex command are not supported. + This makes managing (particularly adding) files difficult. + +- Use a loop file partition with tiny block size and large inode numbers? + + Operations on a huge git repository are slow. + On a loop file partition will be slower. + +- Maybe shrink the partition and make room for a specific partition for git annex repository? + +Any opinions? |