Search results for query: lxc.mount.entry

  1. 3

    [SOLVED] virtiofs directory mapping does not mount exec in guest vm

    Hi everyone, I'm trying out a virtiofs directory mapping from a mounted HDD ("Vapordisk") to a guest VM (cachyos) and despite being mounted and read-writeable in the guest VM, I cannot get the drive mounted exec. My ultimate goal is to mount this virtiofs mapping in Steam on the cachyos VM as...
  2. M

    bindmount ZFS dataset and children to unprivileged LXC

    ...mp1: /Data/Nas/Documents,mp=/mnt/Data/Docuements mp2: /Data/Nas/Pictures,mp=/mnt/Data/Pictures or specify a lxc mount entry: lxc.mount.entry: /Data/Nas Data none rbind 0 0 in /etc/pve/lxc/<yourid>.conf References * man 5 lxc.container.conf lxc.mount.entry option * man mount search for...
  3. Z

    OpenVPN-AS LXC w/ DCO module loaded

    ...module issues with the LXC after a restore, appending the following to the end of the lxc.conf resolved the issue. lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir credit: https://pve.proxmox.com/wiki/OpenVPN_in_LXC...
  4. P

    Getting ntsync in LXC

    ...ostype: debian rootfs: local-zfs:subvol-131-disk-0,mountoptions=noatime,size=8G swap: 512 unprivileged: 1 lxc.cgroup2.devices.allow: c 10:122 rwm lxc.mount.entry: /dev/ntsync dev/ntsync none bind,optional,create=file # pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.14.11-4-pve)
  5. leesteken

    Getting ntsync in LXC

    I think you have a / too many in your lxc.mount.entry. Have you tried the much easier way, using the recent way in the Proxmox web GUI, by adding a Device Passthrough to the container (instead of the low-level lxc lines)?
  6. P

    Getting ntsync in LXC

    ...a GPU, USB, etc. but it is not showing up inside of the LXC. Here what I put into the .conf lxc.cgroup2.devices.allow: c 10:261 rwm lxc.mount.entry: /dev/ntsync /dev/ntsync none bind,optional,create=file lxc.hook.pre-start: sh -c "chown 100000:100000 /dev/ntsync" Host Linux 6.17.4-2-pve...
  7. M

    LLMs auf Proxmox mit AMD AI CPUs (Strix): iGPU funktioniert – NPU aktuell nicht

    ...\ --unprivileged 0 --- GPU & NPU in den Container durchreichen Datei: /etc/pve/lxc/3300.conf # AMD GPU (DRM / Vulkan) lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir lxc.cgroup2.devices.allow: c 226:* rwm # AMD NPU (XDNA) lxc.mount.entry: /dev/accel/accel0...
  8. S

    Stuck on boot with intel N150 iGPU Passthrough

    ...inside an LXC container, not a VM. Then edit the LXC config to pass the GPU device e.g. lxc.cgroup2.devices.allow: c 226:* rwm lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir Inside the container, install Intel VAAPI drivers and Jellyfin. In Jellyfin settings, select...
  9. J

    mapping host audio hardware to lxc

    ...on the LXC system and added it to sudo and audio groups. I added this to conf file on host: lxc.cgroup2.devices.allow: c 116:* rwm lxc.mount.entry: /dev/snd dev/snd none bind,optional,create=dir I can see the devices in the container at /dev/snd owned by nobody. Am confused by the mapping...
  10. M

    Über OpenVPN (Trixie im LXC) auf Samba-Freigabe (QNAP mit Trixie als BS) im Heimnetzwerk zugreifen

    ...ostype: debian rootfs: local-lvm:vm-100-disk-0,size=4G swap: 2048 unprivileged: 1 lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir Wobei mir auffält das mein ISC DHCP kein ip6 macht - Problem? die Test in der Anleitung fallen ansonst positiv aus...
  11. B

    LXC config problem after core reboot

    ...c 509:1 rwm lxc.cgroup2.devices.allow: c 234:1 rwm lxc.cgroup2.devices.allow: c 234:2 rwm lxc.cgroup2.devices.allow: c 509:* rwm lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file...
  12. D

    CT backup to PBS - Excess data causing very long backup window

    ...lxc.cgroup2.devices.allow: a lxc.cap.drop: lxc.cgroup2.devices.allow: c 188:* rwm lxc.cgroup2.devices.allow: c 189:* rwm lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file...
  13. B

    [TUTORIAL] Tutorial: Unprivileged LXCs - Mount CIFS shares

    I went a different route. I created user immich (uid 3003) on TrueNAS. I gave that user sole access to the Immich SMB share. Then on Proxmox, my fstab has # Mount CIFS share on demand with rwx permissions for use in LXCs (manually added) //192.168.[my_nas]/immich/...
  14. N

    Backup

    Ich hoffe das passt so und das ich nichts geteilt habe was man nicht teilen sollte
  15. M

    Passing /dev/net/tun into multiple containers

    ...the configuration file for the specific LXC, which is typically found in the /etc/pve/lxc/, and append the two lines below to it. lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file By the way, I've successfully tested this with OCI images.
  16. R

    [SOLVED] /dev/dri: No such file or directory

    Thanks a lot, this helped me out after adding 2 new ssd disks into my pve node
  17. leesteken

    [SOLVED] Mount points in LXCs

    ...(in CODE-tags please) for help on this. I usually don't want Proxmox to know about the mount, so I typically use something like lxc.mount.entry: /path/on/host path/inside/ct none bind,noatime 0 0 instead. EDIT: According to...
  18. D

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    Hello, @jwelvaert: Can you test this method. Proxmox Host Information: Group : 195, 234, 237 /etc/pve/lxc/100.conf LXC: (Debian 12 / Kernel 6.8.12-17-pve)
  19. T

    Bug Report: lxc.apparmor.profile: unconfined not applied in unprivileged containers (lxc-pve 6.0.0-2)

    ...local:103/vm-103-disk-0.raw,size=32G swap: 0 unprivileged: 1 lxc.apparmor.profile: unconfined lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file,required lxc.cap.drop: Verification...
  20. U

    NVIDIA L4 GPU (AD104GL)

    ...entries: lxc.cgroup2.devices.allow: c 195:* rwm lxc.cgroup2.devices.allow: c 234:* rwm lxc.cgroup2.devices.allow: c 509:* rwm lxc.mount.entry: /dev/nvidia0 dev/nvidia0 none bind,optional,create=file lxc.mount.entry: /dev/nvidiactl dev/nvidiactl none bind,optional,create=file lxc.mount.entry...