Hello 
I'm trying to set up PBS on a NUC with storage on a NFS Share from my NAS.
Here is my setup :
- NFS Share on my NAS
- PVE on a NUC
- PBS as an unprivileged LXC container on the PVE
What I did :
- Mounted (via fstab) the NFS share to the PVE host.
- chowned the mount to match "backup" user of PBS (chown 100034:100034)
- Bindmounted the share to the container
For now, the NFS share is correctly accessed on the PBS LXC. I can see it in CLI, with the correct user (backup).

The issue is that when I try to add it as a datastore in the PBS UI, I get the "EPERM : Operation not permitted" error.

I even tried to chmod 777 the share on the host, and I can confirm that I can write to the folder via CLI.
Do you have any idea of what I'm doing wrong here ?

I'm trying to set up PBS on a NUC with storage on a NFS Share from my NAS.
Here is my setup :
- NFS Share on my NAS
- PVE on a NUC
- PBS as an unprivileged LXC container on the PVE
What I did :
- Mounted (via fstab) the NFS share to the PVE host.
- chowned the mount to match "backup" user of PBS (chown 100034:100034)
- Bindmounted the share to the container
For now, the NFS share is correctly accessed on the PBS LXC. I can see it in CLI, with the correct user (backup).

The issue is that when I try to add it as a datastore in the PBS UI, I get the "EPERM : Operation not permitted" error.

I even tried to chmod 777 the share on the host, and I can confirm that I can write to the folder via CLI.
Do you have any idea of what I'm doing wrong here ?