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

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
B
Blog RSS Feed
I
InfoQ
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Help Net Security
L
LangChain Blog
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
aimingoo的专栏
aimingoo的专栏

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.