From 831a502bc0383da44368e11cc9ca99bc9434a7dc Mon Sep 17 00:00:00 2001 From: rwxd Date: Fri, 24 Nov 2023 21:06:24 +0100 Subject: [PATCH] container fuse mount --- Misc/container-fuse-mount.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Misc/container-fuse-mount.md diff --git a/Misc/container-fuse-mount.md b/Misc/container-fuse-mount.md new file mode 100644 index 00000000..a2fef900 --- /dev/null +++ b/Misc/container-fuse-mount.md @@ -0,0 +1,7 @@ +# Problems with a podman / docker container that uses an volume on a sshfs / fuse mount + +```bash +PermissionError: [Errno 13] Permission denied: '/config/deluged.log' +``` + +Uncomment `user_allow_other` in `/etc/fuse.conf and ensure in `/etc/fstab` that the sshfs mount has the `allow_other` flag set.