ufimmo.blogg.se

Emulate usb drive as virtual disc android
Emulate usb drive as virtual disc android




emulate usb drive as virtual disc android

So I'm trying to get virtualbox to present the loopback device (as a vmdk) to the guest OS as an emulated USB Mass Storage device so that WinToUSB will install windows to it so that I can dd it to a real USB device and use that to flash my BIOS. So WinToUSB refuses to try to install to this fixed disk. You will need to change the section that says D:VMware VMsvm-usb-key. The loopback device that I created and passed into the Windows 7 guest OS that I'm running WinToUSB in presents it as a standard fixed disk. Next, you will need to create the virtual USB drive’s VMDK file by using the following command: vmware-vdiskmanager.exe -c -a buslogic -s 32GB -t 0 D:VMware VMsvm-usb-key.vmdk. However, the program that I'm using to install Windows to a USB drive (called WinToUSB) will only install to (you guessed it) a USB Mass storage device. My idea was to create a loopback device the same size as the USB drive and install Windows to that instead, then just dd that image onto the USB. The installation is going painfully slow because USB drives are very slow to write. My idea was to quickly install windows to a USB drive so that I could just boot into a live windows environment. To update the BIOS on my linux server, I need to run a windows program.






Emulate usb drive as virtual disc android