This may be a lost cause, but I'm posting here as it's a wealth of knowledgeable people.
I have a MyCloud EX2 and I'm running into a permissions error.
Details that I don't think matter:
- share is mounted by Proxmox and passed to an LXC with a bind mount.
- I'm trying to run paperless-ngx to organize documents.
What I've tried:
Mounting as NFS and SMB
In both cases I get an error saying:
chown: changing ownership of '/usr/src/paperless/consume/Personal/20250114_185845_BRW3C557637933B_001113.pdf': Operation not permitted error: failed switching to "paperless": operation not permitted
My understanding is that paperless-ngx expects to use chown
on the directory and files. I've tested from the LXC itself as a sudoer that I cannot chown one of the files on the share, so I think the issue is with my share, and how the MyCoud software does permissions.
Can anyone suggest how I might configure this?