[SOLVED] Troubles passing through a disk to a VM.

shadow wizard

New Member
Apr 17, 2024
11
0
1
I seem to be having issues passing through a disk.

Code:
root@proliantproxmox:~# /sbin/qm set 100 -virtio13 /disk/by-id/wwn-0x5000c500e93101d5
400 Parameter verification failed.
virtio13: unable to associate path '/disk/by-id/wwn-0x5000c500e93101d5' to any storage
qm set <vmid> [OPTIONS]
root@proliantproxmox:~#

It is a new RAW disk. I have tried initializing it with GPT(I don't want to do this, I just want to pass the raw drive though) - failed
I have tried creating a partition on it (I don't want to do this, I just want to pass the raw drive though) FAILED
I have tried formatting the partition ext4. (I don't want to do this, I just want to pass the raw drive though) FAILED
I am at a bit of a loss here. Any help