On Oct 16 20:34, Paul J. Ghosh wrote: > My mistake. I read through the documents - thanks! > > So, without any entries in /etc/fstab and with no modifications done via > mount is 'ls' supposed to work on a networked drive? I am finding that it > gives an error. What am I doing wrong? Both B: and N: are networked > drives. I can change directories but not list their contents. Output of > cygcheck, mount, and contents of /etc/fstab included. See attached file and > below: > > paul.j.gh...@vgnz790dkx ~ > $ mount > C:/cygwin/bin on /usr/bin type ntfs (binary,auto) > C:/cygwin/lib on /usr/lib type ntfs (binary,auto) > C:/cygwin on / type ntfs (binary,auto) > B: on /cygdrive/b type smbfs (binary,posix=0,user,noumount,auto) > C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) > N: on /cygdrive/n type smbfs (binary,posix=0,user,noumount,auto) > > paul.j.gh...@vgnz790dkx ~ > $ cd /cygdrive/b > > paul.j.gh...@vgnz790dkx /cygdrive/b > $ ls > ls: reading directory .: Function not implemented
I still can't reproduce this. Accessing a Samba share works fine for me. Can you please run $ /usr/lib/csih/getVolInfo /cygdrive/b $ /usr/lib/csih/getVolInfo /cygdrive/n and send us the output of these two commands. If you can't find that executable, install the csih package and try again. Additionally, please run this: $ strace -o ls.trace ls /cygdrive/b If `ls /cygdrive/b' works fine for some reason, try this: $ cd /cygdrive/b $ strace -o C:/ls.trace ls Either way, please send the ls.trace file, which got created by strace as attachment to your reply. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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