Attached find volinfo and strace output.

-----Original Message-----
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of
Corinna Vinschen
Sent: Monday, October 19, 2009 4:49 AM
To: cygwin@cygwin.com
Subject: Re: [1.7] windows 7 with networked drives - ls failure and mount -c
does not stick...

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

Device Type        : 7
Characteristics    : 10
Volume Name        : <backup>
Serial Number      : 86510372
Max Filenamelength : 255
Filesystemname     : <NTFS>
Flags              : 2f
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : TRUE
  FILE_PERSISTENT_ACLS        : TRUE
  FILE_FILE_COMPRESSION       : FALSE
  FILE_VOLUME_QUOTAS          : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : FALSE
  FILE_SUPPORTS_ENCRYPTION    : FALSE
  FILE_NAMED_STREAMS          : FALSE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

Attachment: ls.trace
Description: Binary data

Device Type        : 7
Characteristics    : 10
Volume Name        : <media>
Serial Number      : 86508655
Max Filenamelength : 255
Filesystemname     : <NTFS>
Flags              : 2f
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : TRUE
  FILE_PERSISTENT_ACLS        : TRUE
  FILE_FILE_COMPRESSION       : FALSE
  FILE_VOLUME_QUOTAS          : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : FALSE
  FILE_SUPPORTS_ENCRYPTION    : FALSE
  FILE_NAMED_STREAMS          : FALSE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

--
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

Reply via email to