Hello!
I have a proxmox VE with mounted nfs shares. I want to mounz it to an Ubuntu lxc. The mount works with
lxc.mount.entry: /mnt/pve/folder mnt/folder_in_lxc none bind,rw 0 0
But I need write access from the container. I know that I need to edit the uid mapping, but I don't know which is the...