From 61eb9a3586d67f307e358e41f9d7aec1d1579111 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 30 Apr 2014 19:24:08 +0000 Subject: [PATCH] add workaround --- doc/todo/read-only_removable_drives.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/read-only_removable_drives.mdwn b/doc/todo/read-only_removable_drives.mdwn index d1bc31cb95..379074897a 100644 --- a/doc/todo/read-only_removable_drives.mdwn +++ b/doc/todo/read-only_removable_drives.mdwn @@ -3,3 +3,5 @@ Here's yet another weird use case. I have a ext3 external drive for storing medi 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]] + +> Workaround: `sudo setfacl -R -m u:anarcat:rwx /media/foo/annex`