17

Does anyone know a Windows program that can mount disk images and emulate a physical USB hard drive, including properties like the serial number?

I already found software to emulate CDs and DVDs like Daemon Tools, but that's not for emulating hard drives. Other hard drive mounting tools (like Windows' own VHD system) don't emulate the original drives properties.

Explanation:

I have a USB hard drive with a database of texts on it, that can be viewed and searched through with a special Windows program. The program uses the serial number (or some other property) of the hard drive as license key.

To use the software on the road, it would be nice to make a copy of the drives contents on the notebooks internal hard drive and use that copy instead of the original physical hard drive. To make this work with the license check of the software, the physical hard drive should be emulated, including properties like the serial number.

Jonathan
  • 307

2 Answers2

9

IMDISK, a freeware tool from LTR Data, should do what you want it to. It can mount raw hard drive images, including VHD files, and images in many other formats. You can choose how to mount your image, whether as a standard hard drive, a floppy, an optical drive, or a removable storage device.

(I assume you're referring to the volume serial number, and that the software isn't doing something crazy like using a WMI query to obtain the firmware serial number of the USB device.)

Asterisk
  • 164
-2

If there is a USB adaptor connected with the software to fully emulate a USB flash drive or sd card that would be better. We can just boot a raspberry pi without waiting to burn the image. Please no thumbs-down.

Jack
  • 21