Re: [ntfsd] RamDisk

Hi

it is like this indeed but this should be the recognizer job. The recognizer
should recognize the partition and then load the corresponding FileSystem
driver or ? Is this a bug or a feature ?
I manage to solve the problem by loading the Fastfat.sys in the driverentry
of the RamDisk as following:

#define FAST_FAT_PATH
L"\Registry\Machine\System\CurrentControlSet\Fastfat
UNICODE_STRING driverName;

RtlInitUnicodeString(&driverName,FAST_FAT_PATH);
ZwLoadDriver(&driverName);

regards
horatiu

it may be: ramdisk is a FAT format,and if not FAT partion,The
Fastfat.sys

not loaded,so OS can’t recognized the ramdisk.

******************************************

163?շ???䣬???ܸ???E-mail???

http://vip.163.net

******************************************


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com