[SOLVED] Pass whole drive to proxmox

Valerio Pachera

Active Member
Aug 19, 2016
131
6
38
43
Hi all,
I have a guest with it's virtual disk on a proxmox storage.
I also have a hard disk that I wish to connet to this guest "as is", somehting like
Code:
-drive file=/dev/sdb
.
Is there a way to do that?

The only way I can thing is:
- run the guest
- enter on proxmox server by ssh
- ps aux | grep kvm, and copy all process option
- shutdown the guest
- paste the process adding manually my options

Any better idea?

Thank you.