From c51d997f0c4fdd115dced77253b8421b5e31e665 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 23 May 2018 16:01:18 +0000 Subject: [PATCH 1/2] Added a comment --- ...omment_3_8a555490bf1735c2f05a95cdb281ec80._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Dealing_with_crippled_Android_file_system/comment_3_8a555490bf1735c2f05a95cdb281ec80._comment diff --git a/doc/forum/Dealing_with_crippled_Android_file_system/comment_3_8a555490bf1735c2f05a95cdb281ec80._comment b/doc/forum/Dealing_with_crippled_Android_file_system/comment_3_8a555490bf1735c2f05a95cdb281ec80._comment new file mode 100644 index 0000000000..9a32c41ebe --- /dev/null +++ b/doc/forum/Dealing_with_crippled_Android_file_system/comment_3_8a555490bf1735c2f05a95cdb281ec80._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="andrew" + avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435" + subject="comment 3" + date="2018-05-23T16:01:18Z" + content=""" +Hmmm, yes, my solution above wouldn't handle de-duplication of the same file in multiple folders. I have a one thought that might work (I can't test right now): + +Use [proot](https://github.com/termux/proot) inside termux to [bind a path](https://github.com/proot-me/PRoot/blob/master/doc/proot/manual.txt) `/data/data/com.termux/files/home/annex-photos` to a mount point `~/storage/pictures/annex`. Then perhaps symlinks within annex-photos will be presented as files at `~/storage/pictures/annex` without increasing actual storage. + +"""]] From cd72f1b6e21a6afd346dce89af01c8005a5ebb27 Mon Sep 17 00:00:00 2001 From: "https://christian.amsuess.com/chrysn" Date: Wed, 23 May 2018 17:05:54 +0000 Subject: [PATCH 2/2] Added a comment: Re: proot --- ...omment_4_051a08b7acd718ebae66a6aab69edb6e._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Dealing_with_crippled_Android_file_system/comment_4_051a08b7acd718ebae66a6aab69edb6e._comment diff --git a/doc/forum/Dealing_with_crippled_Android_file_system/comment_4_051a08b7acd718ebae66a6aab69edb6e._comment b/doc/forum/Dealing_with_crippled_Android_file_system/comment_4_051a08b7acd718ebae66a6aab69edb6e._comment new file mode 100644 index 0000000000..9a067b79be --- /dev/null +++ b/doc/forum/Dealing_with_crippled_Android_file_system/comment_4_051a08b7acd718ebae66a6aab69edb6e._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="https://christian.amsuess.com/chrysn" + nickname="chrysn" + avatar="http://christian.amsuess.com/avatar/c6c0d57d63ac88f3541522c4b21198c3c7169a665a2f2d733b4f78670322ffdc" + subject="Re: proot" + date="2018-05-23T17:05:54Z" + content=""" +proot would only change the view of programs launched under it. I could probably do that (if git annex works under proot on the tablet in question at all; [[I had to disable it|tips/install_on_Android_in_Termux/#comment-48d995d39f783b4c59b1a2a66b387b55]] to get it running on Android 7.1 (compatible; LineageOS 14.1)). + +The gallery and similar apps would still only see the fuse file system. +"""]]