Question on PAGE File

Hi all,
In windows how a PAGE FILE is created?
Does a PAGE FILE is created for every partition or not?
How to Identify a PAGE FILE Write and the File LBA Range on the Disk?

Thanks,
Narendra.

Page files are not necessarily created for every partition, on an
IRP_MJ_CREATE the flag SL_OPEN_PAGING_FILE is provided to indicate a
paging file. Once you have the paging file you can find its blocks with
FSCTL_QUERY_RETRIEVAL_POINTERS. To identify operations on the paging
file you will need to track the file object from the create and see if
it is provided for the operation.

Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr

xxxxx@gmail.com
wrote in message news:xxxxx@ntdev:

> Hi all,
> In windows how a PAGE FILE is created?
> Does a PAGE FILE is created for every partition or not?
> How to Identify a PAGE FILE Write and the File LBA Range on the Disk?
>
> Thanks,
> Narendra.

> Does a PAGE FILE is created for every partition or not?

Governed by Control Panel/System.

How to Identify a PAGE FILE Write and the File LBA Range on the Disk?

I think there was a FO_xxx flag to look at the paging file.


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com