I want report some problems with mountings vdi files (dynamically extending) on my computer (Windows 7 x64)
I've make little .bat script that mount vdi file. I've added menu item to vdi file context menu that run this script. When I'm chosing the menu item in Everything search I allways get BSOD:
BSOD code: 0x0000c1f5, file and address: CLFS.SYS+286eb
I is strange becouse I don't get BSOD (I guess) when chose this menu item outside Everything.
Usually when I try mount my vdi file outside Everything by my context menu item or simply by command line I get the output:
Microsoft Windows [Wersja 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone. E:\Piotrek\Temp\ImDisk_tools>DiscUtilsDevio.exe /mount=o: /filename="E:\VirtualB ox VMs\XP\XP - świeżo zainstalowany\XP - Kopia.vdi" Opening image E:\VirtualBox VMs\XP\XP - świeżo zainstalowany\XP - Kopia.vdi Image type class: DiscUtils.Vdi.Disk Partition table class: DiscUtils.Partitions.BiosPartitionTable Image virtual size is 53687091200 bytes Image sector size is 512 bytes Partition table found. Using partition 1 Used size is 53678145024 bytes Read/write mode.
... and nothing happens. However, sometimes mounting works out.
BSOD Minidumps files here: http://speedy.sh/XCJes/Minidump.zip
Script file:
REM @echo off cd /d "%~dp0" set free_letter=Y DiscUtilsDevio.exe /mount=%free_letter%: /filename="%*" || pause