What is the main difference between the filesystem filter driver and disk filter driver?

Hi,

What is the main difference between the filesystem filter driver and the
disk filter driver?

Thanks!

sailing_an

FS filter handles file creation, writing, reading.
Disk filter handles sector read/write coming from a file system.

Of course they do a lot more than that, but it should give you an idea of
what they are.

----- Original Message -----
From: “beginner_an”
To: “File Systems Developers”
Sent: Tuesday, June 17, 2003 7:51 AM
Subject: [ntfsd] What is the main difference between the filesystem filter
driver and disk filter driver?

> Hi,
>
> What is the main difference between the filesystem filter driver and the
> disk filter driver?
>
> Thanks!
>
> sailing_an
>
> —
> You are currently subscribed to ntfsd as: xxxxx@linkwave.org
> To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi Tobias,

Thank you for your reply!

I have some question:

#1:can you elaborate your reply above?

#2:Iam facing a problem of how to construct the solution for the
following problem.

Whenever user try to access some volume(C:,D:) either through win32 api or
through UI such as explorer, a popup box has to prompt for
password to access the volume.

Should I write a FS filter driver?

thank you!

sailing_an