Hi Eveyone
I had ordered IFS Kit from microsoft and installed the sample program minispy for my own file system filtering driver’s developement.
I had done the following steps:
- compiled minispy.sys
- fltmc load minispy
- start the minispy.exe
- in the > status , /a C: —> It’s OK no Problem
- but when I tried /a D:
the following errors are displayed.
>/a d:
Attaching to d:…
Could not attach to device:0x801f0014
The system could not find the volume specified.
Note: D: is not CDROM Driver
That’s why???
Please help me.
Minispy won’t attach until the volume is mounted. This may even true for a
harddisk, that has never been adressed since booting.
Be sure that the volume is mounted, e.g. by browsing it with Explorer.
Thank you very much for your advice.
Unfortunately, after I browsed the files(D:) with Explorer, the errors also occured.
/a d:
Attaching to d:…
Could not attach to device:0x801f0014
The system could not find the volume specified.
Those errors also occured on the other machine.
Which filesystem is it? Ntfs or Fat32?
schrieb im Newsbeitrag news:xxxxx@ntfsd…
> Thank you very much for your advice.
>
> Unfortunately, after I browsed the files(D:) with Explorer, the errors
> also occured.
>
>>/a d:
> Attaching to d:…
> Could not attach to device:0x801f0014
> The system could not find the volume specified.
>
> Those errors also occured on the other machine.
>
>
Or is it a dynamic disk? In this case get WinObj from SysInternals and
follow the Link from ??\D: until you get to e.g.
“\Device\HarddiskDmVolumes\PhysicalDmVolumes\Foo”
Then try with MiniSpy:
/a \Device\HarddiskDmVolumes\PhysicalDmVolumes\Foo
schrieb im Newsbeitrag news:xxxxx@ntfsd…
> Thank you very much for your advice.
>
> Unfortunately, after I browsed the files(D:) with Explorer, the errors
> also occured.
>
>>/a d:
> Attaching to d:…
> Could not attach to device:0x801f0014
> The system could not find the volume specified.
>
> Those errors also occured on the other machine.
>
>
It is basic disk, not dynamic disk.(NTFS).
minispy.exe
Connecting to filter’s port…
Creating logging thread…
Dos Name Volume Name Status
\Device\LanmanRedirector
C: \Device\HarddiskVolume1
F: \Device\Harddisk1\DP(1)0-0+4
E: \Device\CdRom0
\Device\WebDavRedirector
Hit [Enter] to begin command mode…
/a \Device\HarddiskVolume2
Attaching to \Device\HarddiskVolume2…
Could not attach to device: 0x801f0014
The system could not find the volume specified.
/a d:
Attaching to d:…
Could not attach to device:0x801f0014
The system could not find the volume specified.