Re: \Storage Card doesn't always reload when ATADISK reloaded



For anyone who may encounter a similar problem - reducing the
PnPUnloadDelay to zero fixed the problem.

For (typical) systems that need to do suspend/resume operations however,
that setting might not be desirable, since it will always cause the
filesystem to unload then reload again (thus invalidating file handles)
on resume.

To MS folks - couldn't the MountStore() function check to see that the
filesystem is actually loaded during the shutdown delay time, and reload
it if not? Currently, it doesn't seem to do that, which is why I've had
to reduce the delay time to zero so the MountStore() function never
takes that route - else I end up with no filesystem for my loaded
ATADISK driver.

Andrew
.