Search results

  1. 5

    LXC Group Mapping

    Hi, I'm having trouble configuring group mapping for zfs mount access in my unprivileged LXC. I have a directory /zpool/media/ on the host which I passed to the container with a mount point at /mnt/media. On the host: The directory is owned by user root (uid=0) and group media (gid=1000)...
  2. 5

    CIFS Storage Mount Point to Unprivileged LXC

    I ended up using NFS mounts which allowed me to write into them from an unprivileged container.
  3. 5

    CIFS Storage Mount Point to Unprivileged LXC

    Hello, I'm trying to mount a couple CIFS/SMB mounts to an unprivileged LXC I have. I was able to configure the user mappings for locally mounted directories based on the Unprivileged_LXC_containers wiki page. However, I can't do the same for the CIFS mounts because I'm unable to modify the...