Post #3838805
2026-07-15 17:29 UTC
duckduckfedi
I have a NFS mount I'm trying to backup my AIO Nextcloud installation too. It's failings on a mkdir call and I think I have the permissions correct, but obviously something is going wrong in the chain of complexity.
My NFS mount is squashing root, it uses ACLs for perms and I have a group I add users to that give access to the NFS mount. As far as I can tell the NC backup is running as root, root is in that group, and that when I run commands as sudo I have access.
I'm stumped.
Replies (1)
-
@nabijaczleweli@101010.pl 2026-07-15 18:20
@bearmine@gamepad.club if you're using rootsquash then NFS clients logging in as root act like nobody. AFAICT you have confirmed you're logged in as root, and the filesystem is treating you like nobody. this seems expected?