Comment on Help with lxc write access
laggytoast@discuss.tchncs.de 5 weeks agoI can ping the fileserver and reach I can map the drive from calibre for example but it does not have write persmissions.
Maybe I am mounting incorrectly I mounted with mount -t cifs username=username \\fileserverIP\folder \mnt\smb_share
This works for 1 of my lxc that is privileged but does not work the unprivileged ones
corroded@lemmy.world 5 weeks ago
I’m sorry, I think I gave you bad information. I have my containers set to unprivileged=no. I forgot about the “double negative” in how that flag was described.
So apparently my containers are privileged, so I don’t think I’ve ever tried to do what you are doing.
laggytoast@discuss.tchncs.de 5 weeks ago
No problem, as far as I can understand that is the easiest solution I don’t see the problem with privileged containers if they are local in your network. I think I will test with NFS instead of smb/cifs and check the user access as @gaylord_fartmaster@lemmy.world mentioned above.