28 July 2024
Converting physical disk to virtual

Converting physical disk to virtual

28 July, 2024

Steps to convert a physical disk to a virtual one on a linux system:

Install qemu-utils:

apt-get install qemu-utils

Assuming the physical disk is plugged in and it is /dev/sda, the command is as following:

qemu-img convert -O vdi /dev/sda /full/path/output.vdi

The output.vdi can then be attached as a drive to VirtualBox

ALT Technical

© ALT Technical. All rights reserved.