惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
The GitHub Blog
The GitHub Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
博客园_首页
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
The Cloudflare Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
NVIDIA GPU hardware passthrough for a LXC of Jellyfin on ...
invalid@exam · 2026-06-03 · via Proxmox Support Forum

Hello everyone.

Has anyone successfully setup nVIDIA GPU hardware passthrough for a LXC of Jellyfin on Proxmox 9.2.2?

I am have two major issues.

1: GPU passthrough difficulties.

I am trying to setup Jellyfin on Proxmox 9.2.2 with hardware passthrough using a nVIDIA Quadro P4000 or maybe even an older version of the Titan X I have laying around.

So far i have not been successful in even installing the nVIDIA the Quadro P4000 drivers on my Proxmox 9.2.2 host. I have been reading something about the newer kernels not playing well with the nVIDIA drivers.

2: NAS smb/cifs share issues.
I was able to get the Jellyfin container (LXC) setup using the installer script from the Proxmox Helper Scripts web site.
I tried to configure NAS share mount points on the PVE host and in the Jellyfin LXC using mkdir and mnt commands on both host and LXC and adding them into the PVE host's fstab.
I have now issues authenticating to the remote (NAS) shares, and Jellyfin is able to browse the remote shares when I try to add folders during the 'add libraries" part of the Jellyfin setup. However a reboot of the PVE host hangs/fails to emergency mode as long as the mnt entries are in the fstab file. Commenting them out and rebooting allows the PVE host to boot normally.

Her is the fstab with the mas mnt commented out:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=2C3A-E8FC /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0

#//192.168.1.254/Media /mnt/media/movies cifs credentials=/etc/.smbCreds,x-systemd.automount,_netdev,vers=3.0 0 0
#//192.168.1.250/Media/TV /mnt/media/tv credentials=/etc/.smbCreds,x-systemd.automount,_netdev,vers=3.0 0 0

Any help would be appreciated. None of the guides I tried using were new enough to addrees the driver/kernel issues yet.

Thanks in advance.