How do I know when disk mount is finished?

Hi All,

I have a virtual disk driver, which can simulate a disk as a file.
How do I know when disk mount is finished?

Sometimes it takes a few seconds when every partition is mounted and
every drive letters are assigned.

Regards,

Zoltan


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Offhand I’d say that a virtual disk driver ought to not care when the
layers above it have finished doing whatever it is they want to do with
your simulated physical media. Scsiport certainly doesn’t care, nor does
disk.sys.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Zoltan Csizmadia
Sent: Monday, July 30, 2001 3:22 AM
To: NT Developers Interest List
Subject: [ntdev] How do I know when disk mount is finished?

Hi All,

I have a virtual disk driver, which can simulate a disk as a file.
How do I know when disk mount is finished?

Sometimes it takes a few seconds when every partition is mounted and
every drive letters are assigned.

Regards,

Zoltan

You are currently subscribed to ntdev as: xxxxx@hollistech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com