From 55a7fce119e5cf9dd68d1eeb124c63403e398eb4 Mon Sep 17 00:00:00 2001 From: imlew Date: Fri, 17 Nov 2023 09:41:19 +0000 Subject: [PATCH] Added a comment --- ...8_ae7380ff84e4200985c22deb647853e3._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/very_slow_on_exfat_drives/comment_8_ae7380ff84e4200985c22deb647853e3._comment diff --git a/doc/forum/very_slow_on_exfat_drives/comment_8_ae7380ff84e4200985c22deb647853e3._comment b/doc/forum/very_slow_on_exfat_drives/comment_8_ae7380ff84e4200985c22deb647853e3._comment new file mode 100644 index 0000000000..5cccc65493 --- /dev/null +++ b/doc/forum/very_slow_on_exfat_drives/comment_8_ae7380ff84e4200985c22deb647853e3._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="imlew" + avatar="http://cdn.libravatar.org/avatar/23858c3eed3c3ea9e21522f4c999f1ed" + subject="comment 8" + date="2023-11-17T09:41:19Z" + content=""" +To try out accessing the file from another location I created a second repo on my laptop. +So I have the \"real\" local repo (`L`), the repo on the disk (`D`) and another local repo for testing (`T`). +In `L` I added and committed `$FILE` and then moved it to `D`. +If I now run `git annex whereis $FILE` in all the repos +`L` tells me it's in `D`, while both `D` and `T` tell me the file isn't know to git. +Only when I run `git annex sync` in `L` does `T` know and `D` still doesn't. + +Not a big issue, just a little suprising, but it's fine to have to remember to run `sync` in the local repo before disconnecting the disk. + +I have started looking into preferred content and groups and I will most likely use them. At least to begin with I want to try doing things manually and then later on move on to the more sophisticated tools. + +"""]]