I am new to Proxmox and I have moderate experience with Linux environment.
I am trying to convert a physical hard drive (attached to the PVE machine) to an image to add it to my Windows VM.
I ran the following command:
root@pve:/dev/pve# dd if=/dev/sdb of=driveImage.img bs=1M status=progress...