nfs lxc.idmap lxc rights

  1. E

    LXC mount idmap

    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...
  2. E

    ZFS (NFS) dataset shared inside of unprivileged LXC/VM

    Hi guys, I'm trying to configure a share in my unprivileged container with id mapping. In host (Proxmox 6.2): - created user ctuser (1003:1003 in host) - both /etc/subuid, /etc/subgid look like this: root:100000:65536 ctuser:362144:65536 root:1003:1 - in...
  3. J

    NFS shared mount point

    Hi, I cannot get permissions from a mounted nfs drive, it's always assigned to "nobody nogroup". I've tried this in /etc/pve/lxc/XXX.conf lxc.idmap = u 0 100000 2000 lxc.idmap = g 0 100000 2000 lxc.idmap = u 2000 2000 1 lxc.idmap = g 2000 2000 1 lxc.idmap = u 2001 102001 65536 lxc.idmap = g...