Ich habe ein zugeordnetes Netzlaufwerk (F :) unter Windows 7, auf das ich über cmd.exe sehr schnell zugreifen kann. Zum Beispiel dir f:
kehrt sofort zurück.
Aber von Cygwin, ls /f
dauert 20 Sekunden.
Von Cygwin:
$ uname
CYGWIN_NT-6.1
$ mount -p
Prefix Type Flags
/ user binmode
$ mount
C:/cygwin64/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin64/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin64 on / type ntfs (binary,auto)
C: on /c type ntfs (binary,posix=0,user,noumount,auto)
D: on /d type ntfs (binary,posix=0,user,noumount,auto)
F: on /f type ntfs (binary,posix=0,user,noumount,auto)
$ time ls /f
...
real 0m20.951s
user 0m0.000s
sys 0m0.030s
Irgendwelche Gedanken zur Ursache oder wie kann ich das debuggen?
mkdir /f/prova; time ls /f/prova
mkdir
als auch diels
zurückgegebenen sehr schnell (~ 200 ms).