Hi, is there sure way of obtaining the devices that
correspond to each of the mounted disk partitions.
I remember examining the code Filemon, courtesy
www.sysinternals.com, and it uses a rather archaic
method of checking all drives A: to Z: in /??/
directory. This would fail in win 2000, would it not,
where mounting can be done under directories?
Is there anyway to get specific, for example to obtain
all mounted hard-disks only (and avoid other media).
or does this have to be done manually, by checing
device types once I’ve obtained the list of mounted
devices.
Rajeev
For live cricket scores download Yahoo! Score Tracker
at: http://in.sports.yahoo.com/cricket/tracker.html
You will need to filter mount requests to track mounted volumes.
Jamey Kirby
StorageCraft, inc.
xxxxx@storagecraft.com
www.storagecraft.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rajeev Rao
Sent: Tuesday, April 02, 2002 6:34 PM
To: NT Developers Interest List
Subject: [ntdev] mounted partitions
Hi, is there sure way of obtaining the devices that
correspond to each of the mounted disk partitions.
I remember examining the code Filemon, courtesy
www.sysinternals.com, and it uses a rather archaic
method of checking all drives A: to Z: in /??/
directory. This would fail in win 2000, would it not,
where mounting can be done under directories?
Is there anyway to get specific, for example to obtain
all mounted hard-disks only (and avoid other media).
or does this have to be done manually, by checing
device types once I’ve obtained the list of mounted
devices.
Rajeev
For live cricket scores download Yahoo! Score Tracker
at: http://in.sports.yahoo.com/cricket/tracker.html
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%
> www.sysinternals.com, and it uses a rather archaic
method of checking all drives A: to Z: in /??/
directory. This would fail in win 2000, would it not,
where mounting can be done under directories?
Use IoRegisterFsRegistrationChange, filter the control devices of all FSDs and catch the mount IRPs. This seems to be the only
reliable way.
Max
is this a part of the ifs kit? if it is, its not an
option. I can’t afford the kit.
Rajeev
— “Maxim S. Shatskih”
wrote: > > www.sysinternals.com, and it uses a rather
archaic
> > method of checking all drives A: to Z: in /??/
> > directory. This would fail in win 2000, would it
> not,
> > where mounting can be done under directories?
>
> Use IoRegisterFsRegistrationChange, filter the
> control devices of all FSDs and catch the mount
> IRPs. This seems to be the only
> reliable way.
>
> Max
>
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.co.in
> To unsubscribe send a blank email to
%%email.unsub%%
________________________________________________________________________
For live cricket scores download Yahoo! Score Tracker
at: http://in.sports.yahoo.com/cricket/tracker.html
At 05.33 04/04/2002, you wrote:
is this a part of the ifs kit? if it is, its not an
option. I can’t afford the kit.
Bo Branten has an alternative, home-grown IFS kit downloadable for free,
check it out: http:</http:>