I have a USB who have a OS inside on them. now i want to create VMDK file to use them in virtualbox.
i read many article but never found that how i can use them. in a article i found the way that:-
C:program files\Oracle\VirtualBox > VBoxManage internalcommands createrawvmdk -filename D:\usb.vmdk -rawdisk \\.\physicalDrive<Disk 1> -register
it's not worked i try it without register but nothing happened if i open my diskmsgmt.msc then they show me the drive name is Disk 1 Removable
now tell me how i can do this. the problem is that when i run the command the system tell file not found.
well i try to check USB that's work fine. i thing that their is may be two reason for the certain problem
disk name have a whitespace so i thing it's not worked for that.
something i missing in commands.
so can anyone explain what command i need to exact then it's work fine for me.
[the certain commands i try with virtualbox not VMware]