Drew,
Would that include having a bogus local (host) path in the mapfile?
Phil
Philip D. Barila
Seagate Technology LLC
(720) 684-1842
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Tuesday, February 07, 2006 12:37 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] Command I’ve forgotten
That means that the target requested a remote file open but did not do
any I/O. It means that .kdfiles is active but not having any effect.
There’s no way for kd to know exactly why not, it can only warn that no
I/O was done.
The usual cause for this is that something interfered with the copying
on the target side, such as an antivirus or protection product
preventing access to the driver file on the target.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@seagate.com
Sent: Tuesday, February 07, 2006 11:29 AM
To: Kernel Debugging Interest List
Subject: RE: [windbg] Command I’ve forgotten
Drew,
When using .kdfiles to map to a newer version of a driver, what does
“WARNING: No file I/O done by target, .kdfiles files may not be updated”
mean? I’ve rebuilt the driver and want it to load, but it does not when
this message is displayed. How do I correct the problem that this
message warns me about?
Gary G. Little