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

推荐订阅源

S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
博客园 - 聂微东
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
M
MIT News - Artificial intelligence
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
L
LangChain Blog
I
InfoQ
T
Tailwind CSS Blog
博客园 - 【当耐特】
V
V2EX
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
Vercel News
Vercel News
雷峰网
雷峰网
量子位
A
About on SuperTechFans
Martin Fowler
Martin Fowler
H
Help Net Security

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
passthrought an USB device "by ID" to CT
invalid@exam · 2026-05-29 · via Proxmox Support Forum

Can you passthrought an USB device "by ID" to a CT? i search a lot and cant archive this.

Thanks!

If "by ID" you mean the vendor and product ID of USB devices - yes.

See our admin guide on USB Passthrough and Resource mappings.

This also apply for "CT" (containers), i dont know how to setup the container to use the USB device beside using the device "path" wich the USB Port number and device number... (Something like that)

Thanks!

Can anyone confirm if this is actually possible or not? I've seen several posts on this forum trying to do USB passthrough over the years, and it seems no one has been able to do it (passthrough from a USB device to an LXC container using the device's "ID").

It is not possible to do this for containers in the easy way that it is possible for VMs. I believe post #2 assumed that you were talking about VMs instead.

It is possible to pass devices and USB devices from the Proxmox host to a container but it is much more low-level and often involves manually editing configuration files. You typlically pass Linux device nodes (created by the Linux driver) instead of USB device ID or port. Also, hot plug/unplug does not work with containers (only with VMs). There are ways to work-around this using Linux udev-rules and rebooting the container but all of it really depends on the device.