This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[1.7] windows 7 with networked drives - ls failure and mount -c does not stick...


First off - thanks Corinna - the rxvt/run issue on Windows 7 is
resolved with 1.7 - thread:
http://cygwin.com/ml/cygwin/2009-10/msg00372.html

Now onto reporting bugs... ?I am running cygwin ?1.7.0-62 on Windows 7.

'ls' on network drives is failing. ?Also, mount -c '/' does not seem
to stick. ?Yes, I vaguely recall that ?'/' is discouraged... ?unless
that has changed as of late.

Here is the test case with results:

paul.j.ghosh@VGNZ790DKX ~
$ cd /cygdrive/c

paul.j.ghosh@VGNZ790DKX /cygdrive/c
$ ls
$INPLACE.~TR ? ? ? ? ? ?MSOCache ? ? ? ? ? ? ? ? ? Users
$Recycle.Bin ? ? ? ? ? ?PerfLogs ? ? ? ? ? ? ? ? ? Windows
$WINDOWS.~Q ? ? ? ? ? ? Program Files ? ? ? ? ? ? ?WirelessDiagLog.csv
...

paul.j.ghosh@VGNZ790DKX /cygdrive/c
$ cd /cygdrive/b

paul.j.ghosh@VGNZ790DKX /cygdrive/b
$ ls
ls: reading directory .: Function not implemented

paul.j.ghosh@VGNZ790DKX /cygdrive/b
$ mount -c /

paul.j.ghosh@VGNZ790DKX /cygdrive/b
$ cd /c/

paul.j.ghosh@VGNZ790DKX /c
$ ls
$INPLACE.~TR ? ? ? ? ? ?MSOCache ? ? ? ? ? ? ? ? ? Users
$Recycle.Bin ? ? ? ? ? ?PerfLogs ? ? ? ? ? ? ? ? ? Windows
$WINDOWS.~Q ? ? ? ? ? ? Program Files ? ? ? ? ? ? ?WirelessDiagLog.csv
...

paul.j.ghosh@VGNZ790DKX /c
$ cd /b

paul.j.ghosh@VGNZ790DKX /b
$ ls
ls: reading directory .: Function not implemented

paul.j.ghosh@VGNZ790DKX /b
$ cd home

paul.j.ghosh@VGNZ790DKX /b/home
$ cd download

paul.j.ghosh@VGNZ790DKX /b/home/download
$ ls
ls: reading directory .: Function not implemented

*** New shell invoked after closing all bash/rxvt invocations - mount
-c / stuck around as long as one shell was open:

paul.j.ghosh@VGNZ790DKX ~
$ cd /c/
bash: cd: /c/: No such file or directory

paul.j.ghosh@VGNZ790DKX ~
$ cd /cygdrive/c

paul.j.ghosh@VGNZ790DKX /cygdrive/c
$ ls
$INPLACE.~TR ? ? ? ? ? ?MSOCache ? ? ? ? ? ? ? ? ? Users
$Recycle.Bin ? ? ? ? ? ?PerfLogs ? ? ? ? ? ? ? ? ? Windows
...

paul.j.ghosh@VGNZ790DKX /cygdrive/c
$ cd /b
bash: cd: /b: No such file or directory

paul.j.ghosh@VGNZ790DKX /cygdrive/c
$ cd /cygdrive/b

paul.j.ghosh@VGNZ790DKX /cygdrive/b
$ ls
ls: reading directory .: Function not implemented

paul.j.ghosh@VGNZ790DKX /cygdrive/b
$ cd home/download

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]