Hi,
I'm trying to mount /mnt/backups on mount from OVH's ftpback service. I think the problem is that OVH doesn't allow chown operations on the mounted directory – I can write files, but I can't change their ownership.
Because of this, orch fails with the error:
orchd::error: Returning internal server error to the API: Error { kind: Internal, detail: None, msg: Some("Home dir chown failed") }
Is there a way to make this work with Enhance? Should I use CIFS instead, or is there a workaround?
Thanks!