how do prevent hiber flag in the hiberfil.sys

Hi there,
I am writing a file system filter driver and trying to eliminate IRP_MJ_WRITE about hiberfil.sys so that HIBR or WAKE flags can not be written in the hibrfil.sys file.
Is there a way that i can only prevent the Flags of HIBR and WAKE on hiberfil image to be written ?
Is that somebody please tell me what is the HIBR or WAKE flag origination in the operating system. So that i can disable or remove it.

What are HIBR and WAKE flags?


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

wrote in message news:xxxxx@ntfsd…
>
> Hi there,
> I am writing a file system filter driver and trying to eliminate
IRP_MJ_WRITE about hiberfil.sys so that HIBR or WAKE flags can not be written
in the hibrfil.sys file.
> Is there a way that i can only prevent the Flags of HIBR and WAKE on hiberfil
image to be written ?
> Is that somebody please tell me what is the HIBR or WAKE flag origination in
the operating system. So that i can disable or remove it.
>

what exactly are these hiber and wake flags???
i dnt recall seeeing them there!

On 3/28/07, xxxxx@yahoo.com wrote:
>
>
> Hi there,
> I am writing a file system filter driver and trying to eliminate
> IRP_MJ_WRITE about hiberfil.sys so that HIBR or WAKE flags can not be
> written in the hibrfil.sys file.
> Is there a way that i can only prevent the Flags of HIBR and WAKE on
> hiberfil image to be written ?
> Is that somebody please tell me what is the HIBR or WAKE flag
> origination in the operating system. So that i can disable or remove it.
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>



- amitr0