Detecting file system is up

HI every one,

How do I know the file system Is up and running for the given volume ? I don’t want to poll the volume by sending IOCTL if there any IOCTL that I will get if the file system UP ?

Regards,
Vijay

Your question doesn’t make sense. What is it you are trying to do? Where does your driver exist in the computer. Are you a mass storage hardware driver? An application? If a volume is visible at the kernel or application level, the file system driver has to have mounted the volume. When in the boot sequence are you attempting to obtain this knowledge?

“Vijay Pothireddy” wrote in message news:xxxxx@ntdev…
HI every one,

How do I know the file system Is up and running for the given volume ? I don’t want to poll the volume by sending IOCTL if there any IOCTL that I will get if the file system UP ?

Regards,
Vijay