I will be eternally grateful for the solution.
-Sincerely,
Mike Lightning.
I'm sorry but I don't quite understand what you mean by that whole paragraph. Can you elaborate on the process? Because each and every sentence in there needs some explanation.Mike Lightning wrote:I've backed up the USB thumb drive as a virtual hard drive. Then I'm loading the .vhd file in virtualbox as a USB controller. Which shows up in windows with no serial number. The .vhd loads as a USB controller just fine in my guest system and I have access to the files but since the serial number is blank my legacy apps don't recognize it.
I used a program called winimage to make a (.vhd) copy of my USB thumb drive.I'm sorry but I don't quite understand what you mean by that whole paragraph. Can you elaborate on the process? Because each and every sentence in there needs some explanation.
- How did you back up the USB as a virtual hard drive???
- How do you load a VHD as a USB controller???
Hey everyone, been busy at work. Thank you scottgus1 and everyone/anyone taking time out of their day to contribute to this thread.mpack wrote:The serial number (*) is stored in the electronics of the USB device. It isn't part of the disk image. If it was then every time you formatted the disk, the serial number would be reset.
(*) Assuming you have a device that allows you to change the serial number. In fact I don't see why there'd be a generic interface for this, though I appreciate that specific devices might have this feature.
A USB thumb drive is (1) a USB slave chipset with (2) flash memory attached. It would be useful to recognize the difference between (1) and (2). Imaging (2) will not give you something with the features of (1).
It's exactly the same as if you had a PC with a disk drive. In effect your question is, "I have captured an image of the disk drive. How do I change the BIOS signature"? Of course the BIOS is on the motherboard, not the disk image.
Nooooowwwww, it makes sense. Sort of...Mike Lightning wrote:Vbox is assigning the vendor "Vbox" and Model "HardDisk" and different values for pid and vid.
It didn't hit me until I re-read your whole thread. Why a USB controller? Because it originates from a USB device? Have you tried instead of a USB controller to attach it through an IDE or a SATA controller? I have a feeling that the built-in VBoxManage commands could work then. Try it out...Mike Lightning wrote:Then in Virtualbox manager window I clicked on "Storage" then "Add new storage controller > USB Controller" then "Add Hard Disk > Choose Existing Disk" and loaded the .vhd file I made with winimage.
Indeedsocratis wrote: Wrong use of terminology that can lead to a misunderstanding.
Thank you, I was feeling that it was a "Wall of text" shortened it to a tldrsocratis wrote: I had a chance to read your last post, before you edited it and left out the parts about the what, the why and the how you want to use this. You should have left it in there, because it makes your thoughts clearer.
I like the idea, I'm going to figure this outsocratis wrote: It didn't hit me until I re-read your whole thread. Why a USB controller? Because it originates from a USB device? Have you tried instead of a USB controller to attach it through an IDE or a SATA controller? I have a feeling that the built-in VBoxManage commands could work then. Try it out...