-
Hi,
On this pool, I have a directory I also did confirm it was not a simple permission issue by creating a fresh install of Nextcloud but mounting I am now stuck, unsure of how I could debug this issue further, and thus asking for help. It should also be noted that other containers seem to work without issues using similar configuration, such as Photoprism which mounts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 32 replies
-
Can you replicate the issue with minimal example using a random OS container? What exactly is your config for the container? Are you using uid namespaces? What the volume mount options? A reproducable example is the best for me to diagnose. |
Beta Was this translation helpful? Give feedback.
Okay I can confirm it was the issue: a directory higher in the tree (
/mnt/storage
) was owned by1000:1000
with permissions744
and was thus blocking access to/mnt/storage/nextcloud
for user with id33
. Giving permissions755
to `/mnt/storage' solved the issue.This issue had nothing to do with mergerfs then, sorry for the disturbance and thank you a lot for helping me debug this issue!