MCBs

Hi,

Can anyone shed any light on MCBs (Mapping Control Blocks) used in file
system code? At the moment all I have is the function definitions in
NTIFS.H (FsRtlInitializeMcb etc). Any further information would be much
appreciated.

Thanks,

Simon Bonner
Senior Developer
Norman Data Defense Systems (UK) Ltd

Try to look into FASTFAT sources from IFS kit.
There are used these routines so you can obtain some overview from them.
Some other method is going to debug and try to understand them.

Paul

-----P?vodn? zpr?va-----
Od: Simon Bonner [SMTP:xxxxx@normanuk.com]
Odesl?no: 27. dubna 2000 18:19
Komu: File Systems Developers
P?edm?t: [ntfsd] MCBs

Hi,

Can anyone shed any light on MCBs (Mapping Control Blocks) used in file
system code? At the moment all I have is the function definitions in
NTIFS.H (FsRtlInitializeMcb etc). Any further information would be much
appreciated.

Thanks,

Simon Bonner
Senior Developer
Norman Data Defense Systems (UK) Ltd


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

> Can anyone shed any light on MCBs (Mapping Control Blocks) used in file

system code? At the moment all I have is the function definitions in
NTIFS.H (FsRtlInitializeMcb etc). Any further information would be much
appreciated.

FASTFAT source can help. These structures are for keeping a map of file
blocks to disk blocks for on-disk filesystems.

Max