Open files on a volume

This might be a better question for the FSD list, but here goes anyway.

Is there any way to get a list of files open on a particular volume?
And, if so where could I find out how to do so?

Thanks

  • Cliff

No, there isn’t. There are no APIs exported by FSDs to enumerate the
list of open files on a volume.

Cliff Russell wrote:

This might be a better question for the FSD list, but here goes anyway.

Is there any way to get a list of files open on a particular volume?
And, if so where could I find out how to do so?

Thanks

  • Cliff


Nick Ryan (MVP for DDK)

Thanks, that’s what I figured - and exactly what I wanted to hear :slight_smile:

On 26-Nov-03, at 3:22 PM, Nick Ryan wrote:

No, there isn’t. There are no APIs exported by FSDs to enumerate the
list of open files on a volume.

Cliff Russell wrote:

> This might be a better question for the FSD list, but here goes
> anyway.
> Is there any way to get a list of files open on a particular volume?
> And, if so where could I find out how to do so?
> Thanks
> - Cliff


Nick Ryan (MVP for DDK)


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@telus.net
To unsubscribe send a blank email to xxxxx@lists.osr.com

Huh… well there are always ‘hacky’ ways to achieve the same purpose,
such as walking through all handle tables in the system (what I think
sysinternal’s tools do).

Cliff Russell wrote:

Thanks, that’s what I figured - and exactly what I wanted to hear :slight_smile:

On 26-Nov-03, at 3:22 PM, Nick Ryan wrote:

> No, there isn’t. There are no APIs exported by FSDs to enumerate the
> list of open files on a volume.
>
> Cliff Russell wrote:
>
>> This might be a better question for the FSD list, but here goes anyway.
>> Is there any way to get a list of files open on a particular volume?
>> And, if so where could I find out how to do so?
>> Thanks
>> - Cliff
>
>
> –
> Nick Ryan (MVP for DDK)
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@telus.net
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


Nick Ryan (MVP for DDK)