Can I use an existing physical disk with the installed system in qemu? Let's say there are 2 disks that are seen under Linux as sda and sdc . sda is the system disk on which Windows 10 is installed, sdc is just the file storage where programs are installed. How to create a virtual machine to use these disks?

    1 answer 1

    How to create a virtual machine to use these disks?

    yes as usual. well, unless you need super-user privileges to directly access the block device:

     $ sudo qemu-system-... ваши-опции... -hda /dev/sda -hdb /dev/sdc