Re: Accessing files on FAT32 partition at boot time
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Thu, 8 May 2008 22:55:04 +0400
Look at IoRegisterDriverReinitialization
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Michael" <Michael@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C5E4B7C7-B4E3-4A8D-84DA-C0087D233CD0@xxxxxxxxxxxxxxxx
Thanks everyone for all of the suggestions. What is the correct way toa
postpone accessing the filesystem? If I just poll on the ZwCreateFile()
call, this seems to block the system from ever fully booting. Is there a way
to be notified through a callback when the filesystem is accessible?
"Pavel A." wrote:
"Michael" <Michael@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:81D38A2D-ADD7-4820-8C85-0AC76C3D06A4@xxxxxxxxxxxxxxxx
Is it possible to access files on a FAT32 parition during boot time from
PnP driver? ZwCreateFile() is returning STATUS_UNRECOGNIZED_VOLUME. I
tried
playing around with dependencies and load order, but that didn't seem to
do
anything. If I re-start the driver after the system has fully booted, I
am
able to open the file.
During boot, only the system disk is available immediately,
other disks come later.
Due to boot optimization, your driver may start early
and the load order does not control this completely.
Try to be more flexible. If your driver can wait, delay
whatever it does, until that disk becomes available.
Regards,
--PA
.
- References:
- Accessing files on FAT32 partition at boot time
- From: Michael
- Re: Accessing files on FAT32 partition at boot time
- From: Pavel A.
- Re: Accessing files on FAT32 partition at boot time
- From: Michael
- Accessing files on FAT32 partition at boot time
- Prev by Date: Re: DDK version question
- Next by Date: Re: DDK version question
- Previous by thread: Re: Accessing files on FAT32 partition at boot time
- Next by thread: Re: Accessing files on FAT32 partition at boot time
- Index(es):
Relevant Pages
|