Recent content by xmready

  1. X

    Understanding LXC UID Mappings

    Reading the Unprivileged LXC containers wiki page, it seems UID mappings are needed in the LXC config files to allow permissions for mount points. I thought that the >100000 range of host ids was already mapped to the CT starting with id 0 when you create a new unprivileged CT. Why does the...
  2. X

    Trouble with LXC mount point permissions

    Here are are the permissions for the CT root@PlexServer:~# ls -lhn /mnt/ total 512 drwxr-xr-x 4 65534 65534 4 Dec 15 06:39 plex Here are the permissions for the host root@proxmox1:~# ls -lhn /storage/ total 512 drwxr-xr-x 4 1000 1000 4 Dec 14 22:39 plex I thought the documentation said that the...
  3. X

    Trouble with LXC mount point permissions

    I created an unprivileged container with the number 101. I mounted a single disk ZFS pool from the host by adding an mp0: line to the /etc/pve/lxc/101.conf file. I noticed the container does not have write permissions to this mount point. After reading the Unprivileged LXC containers wiki page...