X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Tue, 20 Oct 2009 09:43:37 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: [1.7] windows 7 with networked drives - ls failure and mount 	-c does not stick...
Message-ID: <20091020074337.GH27964@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <812f5f0a0910152200g4ba4c762r84f214cb70c2a78b@mail.gmail.com> <20091016080758.GP27964@calimero.vinschen.de> <4ad91f2d.1708c00a.49f1.49d9@mx.google.com> <20091019094910.GB3986@calimero.vinschen.de> <4add518a.1702be0a.4eae.2d80@mx.google.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4add518a.1702be0a.4eae.2d80@mx.google.com>
User-Agent: Mutt/1.5.17 (2007-11-01)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Oct 20 00:58, Paul J. Ghosh wrote:
> Attached find volinfo and strace output.


http://cygwin.com/acronyms/#TOFU


> 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

That looks like standard Samba 3.x.  Can you please send me the actual
version number?  It's quite surprising that this Samba version of yours 
behaves like this:

   72   89997 [main] ls 6572 fhandler_disk_file::readdir: NtQueryDirectoryFile
   failed, status 0xC00000BB, win32 error 50

0xC00000BB is STATUS_NOT_SUPPORTED.  I never saw this status code
returned by Samba before.  Consequentially this status code is not
handled in Cygwin's readdir() code right now.  It looks like this
can be worked around easily, but I need you to test it.  Is it ok with
you if I send you a pointer to a patched Cygwin DLL by private mail?


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

