#how to create a vm with a physical hard disk?
48 messages · Page 1 of 1 (latest)
Use the device file of the physical drive as the disc image for the VM
so /dev/sdx
Yes
for example
qemu-system-x86-64 -drive file=/dev/nvme0n1p3,format=raw
where would I put that
I tried clicking that but it owuldnt let me select my disc file
In the file dialogue box, select the device file
Can you take a screenshot of the interface?
I made it to /dev/ but I get this
You probably don't have permission
how do I get permission
Also, you will most likely need to pass the entire disc.
A partition is not a disc
m
sudo chgrp $USER /dev/sda
ok it says ver not supported is that because of this
Can you post the full output
Ha, that's the bogus thing about virtualbox
can I do this in Qemu
I couldn't resist saying that virtualbox has no advantages over libvirt/qemu on Linux.
I know but this was the only one where I read that they had this feature
I have understood not what you are trying to express in this context.
Please record as a video as you go through the process.
My pc stopped responding to keyboard and mouse inputs
i'll do that once it reboots
is there an easy way to backup an entire drive
short of copying all the files
A back tool such as Borg or Restic would be preferable.
Ok, im trying to install that now