Hi,
I recently wrote a disk class upper filter driver. It starts at boot time!
The very strange problem is that it is somehow dependent on
the file system of the host system.
case 1:
WinXP is on a NTFS partition -> no problems at all
case 2:
WinXP is on a FAT32 partition -> I get 0x0000007b meaning
INACCESSIBLE_BOOT_DEVICE.
Since the filter only acts on disk class devices it shouldn't depend
on the filesystem, right?
Any ideas about that?
regards
M.O.