Hi guys,

i have here a hungry little driver process that seems to be leaking: (sorry
for the formatting)

System pool information
Tag Type Allocs Frees Diff Bytes Per Alloc
Mapped_Driver

OCSD Nonp 57616 ( 1) 48338 ( 1) 9278 5858256 ( 0)
631 Unknown Driver

I got this info from Poolmon.exe... so i'm trying to identify what driver
OCSD is.. what file is loading it etc... any ideas on doing this? i am using
the -g flag already :S
Thanks Jeff

RE: poolmon and mysterious driver which leaks like a sieve? by Deepakumar

Deepakumar
Tue Aug 26 01:08:02 CDT 2008


> I got this info from Poolmon.exe... so i'm trying to identify what driver
> OCSD is..

Run the following command to search for the driver having the tag OCSD:
findstr /S /m /l hOCSD *.sys


Re: poolmon and mysterious driver which leaks like a sieve? by Doron

Doron
Tue Aug 26 13:56:30 CDT 2008

you might need to look it up in the correct endian form, e.g. DSCO

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Deepakumar" <Deepakumar@discussions.microsoft.com> wrote in message
news:34E02A0F-108E-4E2F-9BFF-EF8011AF9289@microsoft.com...
>
>> I got this info from Poolmon.exe... so i'm trying to identify what driver
>> OCSD is..
>
> Run the following command to search for the driver having the tag OCSD:
> findstr /S /m /l hOCSD *.sys
>


RE: poolmon and mysterious driver which leaks like a sieve? by Jeff

Jeff
Tue Aug 26 15:43:02 CDT 2008

Ah thanks! :) found the responsible driver.. in this case a product called
replistor from EMC.

Thanks for your help

"Deepakumar" wrote:

>
> > I got this info from Poolmon.exe... so i'm trying to identify what driver
> > OCSD is..
>
> Run the following command to search for the driver having the tag OCSD:
> findstr /S /m /l hOCSD *.sys
>