Re: Accessing files on FAT32 partition at boot time



"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


.



Relevant Pages

  • Re: How to mount SD card at the beginning in WinCE5.0?
    ... The Order value controls the load order of the driver. ... registry setting is: ... But SD Card driver is loaded at the end of system boot.So folders ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Accessing files on FAT32 partition at boot time
    ... playing around with dependencies and load order, but that didn't seem to do ...  If I re-start the driver after the system has fully booted, ...
    (microsoft.public.development.device.drivers)
  • Re: Bluetooth Boot Order
    ... It seems as if you are changing the load order of your ... I am reordering the driver boot sequence and I come into this problem. ... order '1' because the bluetooth stack is loaded by AFD in order '2'. ... So I end up by moving the serial driver and the bluetooth power ...
    (microsoft.public.windowsce.platbuilder)
  • Re: attaching a tdi driver to the tcpip driver
    ... In this case the safest way will be to play with load order in ... PNP_TDI group by assigining proper Tag values and make sure the TrendMicro ... Volodymyr, blog: http://www.shcherbyna.com/ ... I am trying to develop a function to determine if the driver is the ...
    (microsoft.public.development.device.drivers)
  • Re: Problem with COM-Port after switching from Hive Based Registry -> RAM based
    ... Consultancy, training and development services. ... Michel Verhagen [eMVP] wrote: ... If it is different you can force the load order by adding ... "Order" values to the driver registry settings. ...
    (microsoft.public.windowsce.platbuilder)

Loading