ArsenalRecon / Arsenal-Image-Mounter

Arsenal Image Mounter mounts the contents of disk images as complete disks in Microsoft Windows.
https://ArsenalRecon.com/weapons/image-mounter
Other
496 stars 85 forks source link

No Arsenal Image Mounter adapter found #7

Closed tryhand closed 3 years ago

tryhand commented 5 years ago

i use the aim_cli.exe tool in a folder called "Command line applications", Cmd line like this "aim_cli /mount /filename="D:\winxp.E01" /readonly /shared". The return "No Arsenal Image Mounter adapter found". Then i use the ArsenalImageMounterMountTool.exe tool in a folder called "MountTool",it is succeed. Strangely, after ArsenalImageMounterMountTool,i use aim_cli and the same cmd line also succeed. What steps am I missing?

LTRData commented 5 years ago

Hi,

To use Arsenal Image Mounter, you need to install the Arsenal Image Mounter driver. It is a virtual SCSI controller driver. When you run ArsenalImageMounterMountTool.exe first time, it automatically asks if you want to install this driver.

The command line tool aim_cli.exe however does not include this driver setup files and cannot work if the driver has not been installed using some other method, either using the graphical tool ArsenalImageMounterMountTool.exe, or by using one of the separate driver setup tools available in the "Driver setup" folder. For example, you can use ArsenalImageMounterCLISetup.exe to install the driver from command line.

As another option, it is also possible to install the driver "manually" by extracting the contents of the driver setup file archives in "Driver setup" folder and then use aim_ll.exe tool (the low-level command line interface tool) with the --install switch and specify the folder where driver setup files are located.

Hope this helps!

tryhand commented 5 years ago

Thank you very much for your answer. The problem is solved.