CIFS Storage Mount Point to Unprivileged LXC

548901239

Member
Jan 16, 2022
3
0
6
45
Hello,

I'm trying to mount a couple CIFS/SMB mounts to an unprivileged LXC I have. I was able to configure the user mappings for locally mounted directories based on the
Unprivileged_LXC_containers wiki page. However, I can't do the same for the CIFS mounts because I'm unable to modify the permissions for them. If I run chmod or chown on the mounted directories it will hang. Is there any way in the Proxmox UI to set this? The mounts are set up in PVE (Datacenter -> Storage -> SMB/CIFS Mount).
 
Last edited:
I ended up using NFS mounts which allowed me to write into them from an unprivileged container.