> can some body please guide me how i can install this sample(Fastfat)
File system drivers are installed in a somewhat special manner.
They are accompanied by one more driver, called file system recognizer,
which makes a decision whether your FSD is necessary (and should be loaded)
or not.
[One recognizer can serve several filesystems, but it’s not the point here.]
The idea here - “why should I pull a FAT32 driver (which is pretty fat, no
pun intended), if there are no FAT32 volumes around?”
So every time a new volume appears ( = is mounted), the OS tries all
recognizers available, one at a time, and one of them says “yes, you are
mine!” and pulls in the correct FSD.
Read Nagar (and look into the floppy’s contents!) or, alternatively, follow
the code for open source version of ext2 driver for Windows.
You don’t need the filesystem part of the project.
You can find this project on the web, and you can follow the logic of how
the recognizer is called and what it does when it sees “its” filesystem.
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Laiq
Sent: Monday, April 07, 2008 10:42 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] problem in installing fastfat sample - plz help solve the
problem
hello all,
i have wdk and am able to build fastfat sample successfully, as a result
some files including fastfat.sys file , are generated.
i know that i can install drivers using inf files, as i have installed other
umdf and kmdf drivers where i get inf files after building the sample. here
inf file is not present.
i also tried to make inf file manually and installed it using add/remove
hardware. it seems to install successfully but there is not considerable out
put available.
can some body please guide me how i can install this sample(Fastfat) and
what will be the output if driver is successfully installed.
also please tell me how can i use this sample to build my own file system
driver.
Actually i am completely new to device drivers and need help v urgently.
regards,
laiq
— NTFSD is sponsored by OSR For our schedule debugging and file system
seminars (including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars You are currently subscribed to ntfsd as:
xxxxx@comcast.net To unsubscribe send a blank email to
xxxxx@lists.osr.com