You are here

PuTTY: App accesses drive with every line of output

4 posts / 0 new
Last post
rrbauer
Offline
Last seen: 11 years 3 months ago
Joined: 2010-08-07 10:27
PuTTY: App accesses drive with every line of output

I've noticed that every time there is a new line of output in a session (whether it is coming from the remote host or I type a command and press enter), the access light on my usb drive blinks. I'm not sure if the app is reading or writing. Is there any way to disable this?

By the way, to the dev's of this and every portable app: huge thanks for such an great set of tools.

John T. Haller
John T. Haller's picture
Online
Last seen: 2 min 42 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Logging

You have logging turned on. In the PuTTY Configuration window, select Logging under Session and set Session logging: to None.

You're welcome Smile

Sometimes, the impossible can become possible, if you're awesome!

rrbauer
Offline
Last seen: 11 years 3 months ago
Joined: 2010-08-07 10:27
I've not enabled logging that

I've not enabled logging that I can tell. This effect seems to start on its own after the session has been active for some time. I searched the drive for any log files that could explain it, but came up with nothing. I checked the app with sysinternals procmon utility, and it appears that explorer is doing something. Every time I press enter, or some output stops and returns to the command prompt, the following occurs (this is a saved csv file from procmon):

"Time of Day","Process Name","PID","Operation","Path","Result","Detail"
"2:36:11.4477888 PM","Explorer.EXE","2864","QueryOpen","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","FAST IO DISALLOWED",""
"2:36:11.4482590 PM","Explorer.EXE","2864","CreateFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"2:36:11.4486198 PM","Explorer.EXE","2864","QueryBasicInformationFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","CreationTime: 6/13/2010 2:05:07 AM, LastAccessTime: 8/7/2010 12:00:00 AM, LastWriteTime: 4/29/2007 12:43:28 PM, ChangeTime: 0, FileAttributes: A"
"2:36:11.4486619 PM","Explorer.EXE","2864","CloseFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS",""
"2:36:11.4491377 PM","Explorer.EXE","2864","CreateFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened"
"2:36:11.4502217 PM","Explorer.EXE","2864","CreateFileMapping","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: "
"2:36:11.4502597 PM","Explorer.EXE","2864","QueryStandardInformationFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","AllocationSize: 233,472, EndOfFile: 229,888, NumberOfLinks: 1, DeletePending: False, Directory: False"
"2:36:11.4503300 PM","Explorer.EXE","2864","CreateFileMapping","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","SyncType: SyncTypeOther"
"2:36:11.4504573 PM","Explorer.EXE","2864","CloseFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS",""
"2:36:11.4510737 PM","Explorer.EXE","2864","QueryOpen","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","FAST IO DISALLOWED",""
"2:36:11.4515249 PM","Explorer.EXE","2864","CreateFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"2:36:11.4518657 PM","Explorer.EXE","2864","QueryBasicInformationFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","CreationTime: 6/13/2010 2:05:07 AM, LastAccessTime: 8/7/2010 12:00:00 AM, LastWriteTime: 4/29/2007 12:43:28 PM, ChangeTime: 0, FileAttributes: A"
"2:36:11.4519037 PM","Explorer.EXE","2864","CloseFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS",""
"2:36:11.4523975 PM","Explorer.EXE","2864","CreateFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened"
"2:36:11.4534835 PM","Explorer.EXE","2864","CreateFileMapping","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","FILE LOCKED WITH ONLY READERS","SyncType: SyncTypeCreateSection, PageProtection: "
"2:36:11.4535215 PM","Explorer.EXE","2864","QueryStandardInformationFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","AllocationSize: 233,472, EndOfFile: 229,888, NumberOfLinks: 1, DeletePending: False, Directory: False"
"2:36:11.4535888 PM","Explorer.EXE","2864","CreateFileMapping","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS","SyncType: SyncTypeOther"
"2:36:11.4537150 PM","Explorer.EXE","2864","CloseFile","E:\PortableApps\PuTTYPortable\App\putty\PUTTY.EXE","SUCCESS",""

I apologize for the mess, but I'm not sure how else to post this info.
[I tidied it up a bit using PRE instead of CODE AND BLOCKQUOTE, mod Tim]

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
how about paste bin?

How about posting the original to pastebin or tinypaste so we can see it in original format?

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Log in or register to post comments