Re: Accessing files on FAT32 partition at boot time
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Thu, 8 May 2008 04:19:20 +0300
"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 a
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
.
- Follow-Ups:
- Re: Accessing files on FAT32 partition at boot time
- From: Michael
- Re: Accessing files on FAT32 partition at boot time
- From: Maxim S. Shatskih
- Re: Accessing files on FAT32 partition at boot time
- References:
- Accessing files on FAT32 partition at boot time
- From: Michael
- Accessing files on FAT32 partition at boot time
- Prev by Date: Re: MiniportHalt() function
- Next by Date: Re: Where to install device drivers so that USB device finds them when it's first connected
- 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
|
Loading