Hello!
I have a proxmox VE with mounted nfs shares. I want to mounz it to an Ubuntu lxc. The mount works with
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 correct. The folder is mounted with root on the host which has uid 0, and I also need access as root in the lxc, wehere the uid also 0. Which is the correct syntax?
I have a proxmox VE with mounted nfs shares. I want to mounz it to an Ubuntu lxc. The mount works with
Code:
lxc.mount.entry: /mnt/pve/folder mnt/folder_in_lxc none bind,rw 0 0