Re: File attribute access very slow

2005-04-29 Thread Lionel B
"Brian Dessent" wrote... > Tor Egil Hovland wrote: > > [...] > > Ah, okay. The key there is terminal server, which I guess makes the > difference. Hmmm... I seem to have this problem too using terminal server too (can't say whether the problem exists without terminal server as I don't have any o

Re: File attribute access very slow

2005-04-29 Thread Brian Dessent
Tor Egil Hovland wrote: > > > SysDir: C:\WINNT\system32 > > > WinDir: C:\Documents and Settings\mvstest.PCSIH3\WINDOWS > > > > Doesn't that seem a bit strange? > > Actually, I believe this is correct when I'm running on a terminal server. > >From the MSDN documentation on GetWindowsDirectory(), w

Re: File attribute access very slow

2005-04-29 Thread Tor Egil Hovland
Brian Dessent wrote: > > SysDir: C:\WINNT\system32 > > WinDir: C:\Documents and Settings\mvstest.PCSIH3\WINDOWS > > Doesn't that seem a bit strange? Actually, I believe this is correct when I'm running on a terminal server. >From the MSDN documentation on GetWindowsDirectory(), which cygcheck ac

Re: File attribute access very slow

2005-04-29 Thread Brian Dessent
Tor Egil Hovland wrote: I don't have an answer as to why your commands take a long time to complete, but: > SysDir: C:\WINNT\system32 > WinDir: C:\Documents and Settings\mvstest.PCSIH3\WINDOWS Doesn't that seem a bit strange? Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

File attribute access very slow

2005-04-29 Thread Tor Egil Hovland
I am seeing a problem with one of my Cygwin installations that has me stumped. Basically, whenever file attributes need to be accessed, things are slowing to a crawl. Some examples: [EMAIL PROTECTED] /cygdrive/c $ echo hello > testing [EMAIL PROTECTED] /cygdrive/c $ ls -l testing -rw-r--r-- 1 mv