.dump command

Has anyone used “.dump” command in windbg ? I used /m to get a minidump. The
windug display “creating mini kernel dump” but could not find the dump from
either host or target system. Thanks.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

.dump makes the dump whereever you tell it to. For example:

.dump c:\mydump.dmp

The dump file created is c:\mydump.dmp

The path is relative to where windbg is running, that is to say the host
system. The dump will never be on the target system when made with
.dump

-----Original Message-----
From: Reddy, Cathy C [mailto:xxxxx@unisys.com]
Sent: Tuesday, January 16, 2001 10:41 AM
To: File Systems Developers
Subject: [ntfsd] .dump command

Has anyone used “.dump” command in windbg ? I used /m to get a minidump.
The
windug display “creating mini kernel dump” but could not find the dump
from
either host or target system. Thanks.


You are currently subscribed to ntfsd as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com