Attaching to disk driver or fs

Hi,
what is difference by attaching to a disk driver (between disk and FS) or
layer itself on top of FS?
For layering itself on top of FS is only necessary to implement
FastIoDispatch?

Ozon

******************************************
* David Mensik
* student of Palacky University, Olomouc
* Czech Republic
*
* e-mail: xxxxx@seznam.cz
* www: http://www.inf.upol.cz/~mensikd
* icq: 19658607
******************************************

Hi,

When you attach between disk and FS, you receive information (on IRP) about
physical access to disk(Read/ write sectors). When do you attach on top of
FS, you receive informations about FS (File access, file name, etc). Do you
nees implement FastIoDispatch only for FS attach driver.

David Men??k wrote:

Hi,
what is difference by attaching to a disk driver (between disk and FS) or
layer itself on top of FS?
For layering itself on top of FS is only necessary to implement
FastIoDispatch?

Ozon

******************************************
* David Mensik
* student of Palacky University, Olomouc
* Czech Republic
*
* e-mail: xxxxx@seznam.cz
* www: http://www.inf.upol.cz/~mensikd
* icq: 19658607
******************************************


You are currently subscribed to ntfsd as: xxxxx@seil.com.br
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Hi Heldai,

I am bit confuse.
I want to attach my driver in middle of disk and FS. Does I have to attach
my driver to all partitions on the disk.

Thanks
Ashish

-----Original Message-----
From: Heldai Lemos Ferreira
To: File Systems Developers
Date: Monday, March 20, 2000 1:49 PM
Subject: [ntfsd] Re: Attaching to disk driver or fs

Hi,

When you attach between disk and FS, you receive information (on IRP) about
physical access to disk(Read/ write sectors). When do you attach on top of
FS, you receive informations about FS (File access, file name, etc). Do you
nees implement FastIoDispatch only for FS attach driver.

David Menšík wrote:

> Hi,
> what is difference by attaching to a disk driver (between disk and FS) or
> layer itself on top of FS?
> For layering itself on top of FS is only necessary to implement
> FastIoDispatch?
>
> Ozon
>
> *
> * David Mensik
> * student of Palacky University, Olomouc
> * Czech Republic
>
> * e-mail: xxxxx@seznam.cz
> * www: http://www.inf.upol.cz/~mensikd
> * icq: 19658607
>

>
> —
> You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)


You are currently subscribed to ntfsd as: amitg@i3-micro.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Ashish,

Yes, if you want to filter between the file system and the media, you must
filter each media device object on which a file system exists.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Amit Gorantiwar [mailto:amitg@i3-micro.com]
Sent: Tuesday, March 28, 2000 5:12 AM
To: File Systems Developers
Subject: [ntfsd] Re: Attaching to disk driver or fs

Hi Heldai,

I am bit confuse.
I want to attach my driver in middle of disk and FS. Does I have to attach
my driver to all partitions on the disk.

Thanks
Ashish

-----Original Message-----
From: Heldai Lemos Ferreira
To: File Systems Developers
Date: Monday, March 20, 2000 1:49 PM
Subject: [ntfsd] Re: Attaching to disk driver or fs

Hi,

When you attach between disk and FS, you receive information (on IRP) about
physical access to disk(Read/ write sectors). When do you attach on top of
FS, you receive informations about FS (File access, file name, etc). Do you
nees implement FastIoDispatch only for FS attach driver.

David Mens?k wrote:

> Hi,
> what is difference by attaching to a disk driver (between disk and FS) or
> layer itself on top of FS?
> For layering itself on top of FS is only necessary to implement
> FastIoDispatch?
>
> Ozon
>
> *
> * David Mensik
> * student of Palacky University, Olomouc
> * Czech Republic
>
> * e-mail: xxxxx@seznam.cz
> * www: http://www.inf.upol.cz/~mensikd
> * icq: 19658607
>

>
> —
> You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)


You are currently subscribed to ntfsd as: amitg@i3-micro.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)


You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

Yes,

Tony Mason already reply to us.

You will need load your device driver before volumes be mounted (Start = 0)

Amit Gorantiwar wrote:

Hi Heldai,

I am bit confuse.
I want to attach my driver in middle of disk and FS. Does I have to attach
my driver to all partitions on the disk.

Thanks
Ashish

-----Original Message-----
From: Heldai Lemos Ferreira
> To: File Systems Developers
> Date: Monday, March 20, 2000 1:49 PM
> Subject: [ntfsd] Re: Attaching to disk driver or fs
>
> Hi,
>
> When you attach between disk and FS, you receive information (on IRP) about
> physical access to disk(Read/ write sectors). When do you attach on top of
> FS, you receive informations about FS (File access, file name, etc). Do you
> nees implement FastIoDispatch only for FS attach driver.
>
> David Men??k wrote:
>
> > Hi,
> > what is difference by attaching to a disk driver (between disk and FS) or
> > layer itself on top of FS?
> > For layering itself on top of FS is only necessary to implement
> > FastIoDispatch?
> >
> > Ozon
> >
> > *
> > * David Mensik
> > * student of Palacky University, Olomouc
> > * Czech Republic
> >
> > * e-mail: xxxxx@seznam.cz
> > * www: http://www.inf.upol.cz/~mensikd
> > * icq: 19658607
> >

> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
> —
> You are currently subscribed to ntfsd as: amitg@i3-micro.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
> —
> You are currently subscribed to ntfsd as: xxxxx@seil.com.br
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)