Uploaded June 2024 | Updated September 2026, 2 weeks ago
Proxmox Passthrough Disk Configuration
Proxmox VE is an open-source solution gaining popularity, especially since Broadcomโs VMware meltdown. It is built on top of the KVM hypervisor and can also run LXC containers. Recently, with Proxmox 8.1, you can run software-defined networking, and you have had software-defined storage capabilities with Ceph for quite some time now. It can take advantage of traditional storage, like iSCSI block-level storage, NFS, local, etc.
Disk passthrough in Proxmox is a great feature that helps optimize the performance of your virtual machines. By giving VMs direct access to physical storage devices, you can reduce latency and increase throughput.
The concept of a โproxmox passthrough diskโ allows a Proxmox VM to read and write to a disk as if it were connected directly to the VM, rather than the virtual disk configuration that we traditionally know with virtual machines.
If you have a VM that you want to have high-performance access to the underlying storage, like TrueNAS, this is a great way to do that.
Identifying the Physical Disk
the following command found in the official Proxmox documentation:
pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR >1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm'
๐ธ Support channel & make donation :
paypal.me/aminenina/10
๐ธ Subscribe for more videos :
Youtube: youtube.com/user/aminosninatos
๐ธ Follow me On Social Media
Facebook : facebook.com/aminosninatos
***********************************************************************
๐ธHow To Install OPNSense Firewall on Proxmox VE
youtu.be/XdoXGjVwkug
๐ธHow To Install Windows Server 2025 VM on Proxmox VE
youtu.be/ZiEopfr4E60
๐ธHow to Configure SDN Software Defined Network on Proxmox
youtu.be/EinV4FqvCHA
๐ธHow To Install Ubuntu 24.04 Noble Numbat on Proxmox VE
youtu.be/OuFgRe4POh4
๐ธ How To Upgrade Proxmox Host to version 8 .1
youtu.be/WLgnEIxeO2I
๐ธ Proxmox Protecting sensitive data with Ansible Vault
youtu.be/ApRplW4hBoU
๐ธ How to Deploy LXC Container in Proxmox with Ansible
youtu.be/XdozKMndWdo
๐ธ How To Install Packages on Proxmox VM with Terraform
youtu.be/RRJrLTeU67Y
๐ธ How to deploy VMs in Proxmox with Terraform
youtu.be/wkoMcVBqjuI
๐ธ How to Deploy LXC Container in Proxmox with Terraform
youtu.be/lA6ldI42fBc
๐ธ How To Create Proxmox Cloud-init Templates
hyoutu.be/3TH7fBUAIxk
๐ธ How to check ZFS File System Storage Pool on Proxmox
youtu.be/3mkP09SonD4
๐ธ How to Fix Proxmox PVE canโt create ZFS pool
youtu.be/JtHzV2TXs6M
๐ธ How to Rename Proxmox Node with Existing VMs & Containers
youtu.be/2NzLYKRVRtk
๐ธ How to take Snapshots and run Backups on Proxmox
youtu.be/98WDxmvTkwY
๐ธ How to Create Windows Server 2022 Virtual Machine on Proxmox
youtu.be/lBEwjt0ahhA
๐ธ How to Create Proxmox Linux Container
youtu.be/IfMPyttso68
๐ธ Troubleshooting Proxmox using Command Line Tools
youtu.be/RH8mlE-YXGY
๐ธ Proxmox Sizing CPU and Memory
youtu.be/R172TAWV9xY
๐ธ How to create a Proxmox Template
youtu.be/waswSpK8X_M
๐ธ How to Install Proxmox QEMU Guest Agent on Ubuntu
youtu.be/ZpEYkA4C4jY
๐ธ How to migrate a Virtual Machine from Proxmox to Vmware ESXI
youtu.be/wuKzNbDpkfg
***********************************************************************
#passthrough #disk #proxmox
Proxmox Passthrough Disk Configuration
Proxmox VE is an open-source solution gaining popularity, especially since Broadcomโs VMware meltdown. It is built on top of the KVM hypervisor and can also run LXC containers. Recently, with Proxmox 8.1, you can run software-defined networking, and you have had software-defined storage capabilities with Ceph for quite some time now. It can take advantage of traditional storage, like iSCSI block-level storage, NFS, local, etc.
Disk passthrough in Proxmox is a great feature that helps optimize the performance of your virtual machines. By giving VMs direct access to physical storage devices, you can reduce latency and increase throughput.
The concept of a โproxmox passthrough diskโ allows a Proxmox VM to read and write to a disk as if it were connected directly to the VM, rather than the virtual disk configuration that we traditionally know with virtual machines.
If you have a VM that you want to have high-performance access to the underlying storage, like TrueNAS, this is a great way to do that.
Identifying the Physical Disk
the following command found in the official Proxmox documentation:
pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR >1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm'
๐ธ Support channel & make donation :
paypal.me/aminenina/10
๐ธ Subscribe for more videos :
Youtube: youtube.com/user/aminosninatos
๐ธ Follow me On Social Media
Facebook : facebook.com/aminosninatos
***********************************************************************
๐ธHow To Install OPNSense Firewall on Proxmox VE
youtu.be/XdoXGjVwkug
๐ธHow To Install Windows Server 2025 VM on Proxmox VE
youtu.be/ZiEopfr4E60
๐ธHow to Configure SDN Software Defined Network on Proxmox
youtu.be/EinV4FqvCHA
๐ธHow To Install Ubuntu 24.04 Noble Numbat on Proxmox VE
youtu.be/OuFgRe4POh4
๐ธ How To Upgrade Proxmox Host to version 8 .1
youtu.be/WLgnEIxeO2I
๐ธ Proxmox Protecting sensitive data with Ansible Vault
youtu.be/ApRplW4hBoU
๐ธ How to Deploy LXC Container in Proxmox with Ansible
youtu.be/XdozKMndWdo
๐ธ How To Install Packages on Proxmox VM with Terraform
youtu.be/RRJrLTeU67Y
๐ธ How to deploy VMs in Proxmox with Terraform
youtu.be/wkoMcVBqjuI
๐ธ How to Deploy LXC Container in Proxmox with Terraform
youtu.be/lA6ldI42fBc
๐ธ How To Create Proxmox Cloud-init Templates
hyoutu.be/3TH7fBUAIxk
๐ธ How to check ZFS File System Storage Pool on Proxmox
youtu.be/3mkP09SonD4
๐ธ How to Fix Proxmox PVE canโt create ZFS pool
youtu.be/JtHzV2TXs6M
๐ธ How to Rename Proxmox Node with Existing VMs & Containers
youtu.be/2NzLYKRVRtk
๐ธ How to take Snapshots and run Backups on Proxmox
youtu.be/98WDxmvTkwY
๐ธ How to Create Windows Server 2022 Virtual Machine on Proxmox
youtu.be/lBEwjt0ahhA
๐ธ How to Create Proxmox Linux Container
youtu.be/IfMPyttso68
๐ธ Troubleshooting Proxmox using Command Line Tools
youtu.be/RH8mlE-YXGY
๐ธ Proxmox Sizing CPU and Memory
youtu.be/R172TAWV9xY
๐ธ How to create a Proxmox Template
youtu.be/waswSpK8X_M
๐ธ How to Install Proxmox QEMU Guest Agent on Ubuntu
youtu.be/ZpEYkA4C4jY
๐ธ How to migrate a Virtual Machine from Proxmox to Vmware ESXI
youtu.be/wuKzNbDpkfg
***********************************************************************
#passthrough #disk #proxmox


![How To Monitor Proxmox Using InfluxDB and Grafana
How To Monitor Proxmox Using InfluxDB and Grafana
In todayโs world of virtualization, it is critical to keep track of resource usage and performance of the infrastructure.
On Proxmox dashboard you can visualize a few basic metrics, but you will eventually want to monitor all these resources in just one place, and here is when Grafana comes.
InfluxDB is one of the best-known open-source solutions for efficiently handling time series data. It is an open-source database optimized for high-speed reading and writing of time series data.
Grafana is a visualization platform that turns the data stored in InfluxDB into human-readable charts and other visualizations.
Install InfluxDB on Ubuntu
- sudo apt-get update -y
- curl -LO https://download.influxdata.com/influxdb/releases/influxdb2_2.7.6-1_amd64.deb
- sudo dpkg -i influxdb2_2.7.6-1_amd64.deb
- sudo service influxdb start
- sudo service influxdb status
Install Grafana on Ubuntu
- sudo apt update -y && sudo apt upgrade -y
- sudo apt install -y apt-transport-https software-properties-common wget
- sudo mkdir -p /etc/apt/keyrings/
- wget -q -O - https://apt.grafana.com/gpg.key | gpg dearmor | sudo tee /etc/apt/keyrings/grafana.gpg /dev/null
- echo deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main | sudo tee -a /etc/apt/sources.list.d/grafana.list
- sudo apt update
- sudo apt install grafana
- sudo grafana-server -v
- sudo systemctl start grafana-server
- sudo systemctl enable grafana-server
๐ธ Buy me a coffee :
https://buymeacoffee.com/liv4it
๐ธ Support channel & make donation :
https://www.paypal.me/aminenina/10
๐ธ Subscribe for more videos :
Youtube: https://www.youtube.com/user/aminosninatos
๐ธ Follow me On Social Media
Facebook : https://www.facebook.com/aminosninatos/
***********************************************************************
๐ธ How To Optimize Proxmox Backups by Reducing The Backup FileSize
https://youtu.be/WtodYfcmjaY
๐ธ Proxmox Backup Server Backup & Restore Operations
https://youtu.be/RSXrE8uBOEM
๐ธ How To Install and Configure Proxmox Backup Server
https://youtu.be/GLZz_dilpWE
๐ธ How To Lower The Power Use of Proxmox Server
https://youtu.be/FJiEeHmiiH0
๐ธ Proxmox Backup with Veeam Backup & Replication 12.2
https://youtu.be/NVQsE11MvN8
๐ธ Proxmox VE Helper Scripts
https://youtu.be/gRVSbqXejtk
๐ธ How To Migrate Windows Server VM from Hyper V to Proxmox VE
https://youtu.be/mREaCkIeu_Q
๐ธ How to migrate Hyper-v vhdx VM to Proxmox qcow2
https://youtu.be/CoUVh9mDqFA
๐ธ Proxmox Subscription and Update Repositories
https://youtu.be/OXyhDefrtPs
๐ธ Upgrading from Proxmox 8.1 to 8.2
https://youtu.be/XKvu-9C2mIQ
๐ธ How To Install Proxmox in VMware Workstation
https://youtu.be/tzrlZW5D0u8
๐ธHow To Setup a Local Git Server on Proxmox
https://youtu.be/yeE74Q3ZGMg
๐ธProxmox Useful CLI Commands
https://youtu.be/PNCF4QFItSo
๐ธProxmox Create a Firewall Rule Template
https://youtu.be/9rKA1KPFtS0
๐ธHow to Configure the Firewall on Proxmox
https://youtu.be/SnjBjU9irtg
๐ธHow To Run TrueNAS on Proxmox VE Server
https://youtu.be/mpOgaymIL6o
๐ธProxmox Passthrough Disk Configuration
https://youtu.be/pPPPt5GPbvw
๐ธHow To Install OPNSense Firewall on Proxmox VE
https://youtu.be/XdoXGjVwkug
๐ธHow to Configure SDN Software Defined Network on Proxmox
https://youtu.be/EinV4FqvCHA
๐ธHow To Install Ubuntu 24.04 Noble Numbat on Proxmox VE
https://youtu.be/OuFgRe4POh4
๐ธ How To Upgrade Proxmox Host to version 8 .1
https://youtu.be/WLgnEIxeO2I
๐ธ Proxmox Protecting sensitive data with Ansible Vault
https://youtu.be/ApRplW4hBoU
๐ธ How to Deploy LXC Container in Proxmox with Ansible
https://youtu.be/XdozKMndWdo
๐ธ How To Install Packages on Proxmox VM with Terraform
https://youtu.be/RRJrLTeU67Y
๐ธ How to deploy VMs in Proxmox with Terraform
https://youtu.be/wkoMcVBqjuI
๐ธ How to Deploy LXC Container in Proxmox with Terraform
https://youtu.be/lA6ldI42fBc
๐ธ How To Create Proxmox Cloud-init Templates
hhttps://youtu.be/3TH7fBUAIxk
๐ธ How to check ZFS File System Storage Pool on Proxmox
https://youtu.be/3mkP09SonD4
๐ธ How to Fix Proxmox PVE canโt create ZFS pool
https://youtu.be/JtHzV2TXs6M
๐ธ How to Rename Proxmox Node with Existing VMs & Containers
https://youtu.be/2NzLYKRVRtk
๐ธ How to take Snapshots and run Backups on Proxmox
https://youtu.be/98WDxmvTkwY
๐ธ How to Create Windows Server 2022 Virtual Machine on Proxmox
https://youtu.be/lBEwjt0ahhA
๐ธ How to Create Proxmox Linux Container
https://youtu.be/IfMPyttso68
๐ธ Troubleshooting Proxmox using Command Line Tools
https://youtu.be/RH8mlE-YXGY
๐ธ Proxmox Sizing CPU and Memory
https://youtu.be/R172TAWV9xY
๐ธ How to create a Proxmox Template
https://youtu.be/waswSpK8X_M
๐ธ How to Install Proxmox QEMU Guest Agent on Ubuntu
https://youtu.be/ZpEYkA4C4jY
๐ธ How to migrate a Virtual Machine from Proxmox to Vmware ESXI
https://youtu.be/wuKzNbDpkfg
***********************************************************************
#influxdb #grafana #proxmox How To Monitor Proxmox Using InfluxDB and Grafana](https://i.ytimg.com/vi/qWvcm5NzuCI/mqdefault.jpg)







