aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-04-30 18:19:53 +0000
committerGravatar admin <admin@branchable.com>2014-04-30 18:19:53 +0000
commit1056552aa33a9fcb899e3aa3dec23d52bbe4e739 (patch)
tree5ff6146ba47d219ef8bce60bf24c114ff9adae0b
parentff97082afb745e4713f0d0925243127404f6818e (diff)
weird one
-rw-r--r--doc/todo/read-only_removable_drives.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/read-only_removable_drives.mdwn b/doc/todo/read-only_removable_drives.mdwn
new file mode 100644
index 000000000..d1bc31cb9
--- /dev/null
+++ b/doc/todo/read-only_removable_drives.mdwn
@@ -0,0 +1,5 @@
+Here's yet another weird use case. I have a ext3 external drive for storing media that i brought to the office. Naturally, all files on the drive are owned by my desktop user (uid = 1000). In the office, my userid is different (say 1001), so git-annex doesn't see the removable drive at all (which is a little confusing). But even if i try to add the repo on the drive as an external repo, it says it can't write to it (which is true).
+
+I would expect it to at least be able to leech the files off of it.
+
+Otherwise, I would welcome advice on how to fix this problem without doing a `sudo chown -R` every time i plug this drive somewhere ... --[[anarcat]]