Hi~~
I make File system filter driver.
In DriverEntry, should I call IoRegisterFileSystem?
What is diffrence between calling IoRegisterFileSystem and not calling it?
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
Actual file systems, such as ntfs and fat, call IoRegisterFileSystem
indicating that they are ready for use, but does not mean they are mounted
yet. A filter driver wedges itself on top of the file system stack
intercepting calls to the file system driver.
Additionaly, IoRegisterFileSystem calls the notification routines of drivers
that have called IoRegisterFsRegistrationChange. This allows them to
dynamically be notified when a file system is loaded and act appropriately.
I hope this helps.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
xxxxx@esecurity.co.kr
Sent: Wednesday, August 01, 2001 12:00 AM
To: File Systems Developers
Subject: [ntfsd] should Filter driver call IoRegisterFileSystem??
Hi~~
I make File system filter driver.
In DriverEntry, should I call IoRegisterFileSystem?
What is diffrence between calling IoRegisterFileSystem and not calling it?
You are currently subscribed to ntfsd as: xxxxx@relicore.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
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