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

aim_ll & the format prompt #39

Closed xesarni closed 1 year ago

xesarni commented 1 year ago

aim_ll triggers the format prompt "You need to format the disk in drive E: before you can use it. Do you want to format it?". In my case, E: is the first unused drive.

Command used: aim_ll.exe -a -s 2048M -m R: -p "/fs:ntfs /q /y /v:RAM"

Is there any way to get rid of that prompt?

Windows 10 22H2 x64, latest AIM & aim_ll

LTRData commented 1 year ago

The only way that I am aware of is to disable automatic drive letter assignments globally in Windows. mountvol /n

But the downside of that is that you will no longer have drive letters assigned for any other kind of drive you attach either, not for USB drives etc.

xesarni commented 1 year ago

That's good enough for me. Thanks!