G
Guest
On our Windows XP Embedded environment we write protect the c: drive so that
we can resume from hibernate many times. This is accomplished with the use
of a write filter which buffers all writes to the c: drive. The Windows page
file is set to 384MB which is larger than our write filter cache buffer,
therefore we moved the Windows pagefile to the e: drive.
Windows will not perform a system memory dump unless the page file is on the
system drive (c
. The pagefile is not contiguous sectors on the hard drive,
so we can't just not cache the sectors of the pagefile.
How can we get memory system dumps with the pagefile on a drive other than
the system drive?
we can resume from hibernate many times. This is accomplished with the use
of a write filter which buffers all writes to the c: drive. The Windows page
file is set to 384MB which is larger than our write filter cache buffer,
therefore we moved the Windows pagefile to the e: drive.
Windows will not perform a system memory dump unless the page file is on the
system drive (c

so we can't just not cache the sectors of the pagefile.
How can we get memory system dumps with the pagefile on a drive other than
the system drive?