X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SPF_PASS,UPPERCASE_50_75
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
Subject: Re: 2nd Try: nwfs problem
MIME-Version: 1.0
Date: Wed, 6 Jan 2010 13:09:40 -0600
From: Avi Schwartz <cygwin@cfftechnologies.com>
In-Reply-To: <4B44D5CE.3060605@cygwin.com>
References: <4B44D5CE.3060605@cygwin.com>
Message-ID: <36c4aaa405404a418d7b9719feeee629@mail.cfftechnologies.com>
X-Sender: cygwin@cfftechnologies.com
User-Agent: RoundCube Webmail/0.1-rc2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes
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 Wed, 06 Jan 2010 13:26:22 -0500, "Larry Hall (Cygwin)"
<reply-to-list-only-lh@cygwin.com> wrote:
> On 01/06/2010 12:01 PM, Avi Schwartz wrote:
>> Any ideas what is going on and how to fix it?
> 
> Just because you didn't get a response to your first inquiry doesn't mean
> that we're ignoring you.  It simply means that there aren't allot of
> people
> on the list that use this and/or that none of them see this problem or
can
> really help.  There have been issues with Netware file-systems in the
past
> and it takes some effort on the part of those with access to them to
track
> and solve the problems.  A comparison of the output of the output from
> '/usr/lib/csih/getVolInfo' for a local NTFS drive and the Netware one
> might
> provide some pointers as to the area(s) of difference. If it isn't
> obvious,
> 'getVolInfo' comes from the "csih" package.

Fair enough. 

Here is the output for the local (c) drive which works fine:
$ /usr/lib/csih/getVolInfo /cygdrive/c
Device Type        : 7
Characteristics    : 20
Volume Name        : <>
Serial Number      : 3628886972
Max Filenamelength : 255
Filesystemname     : <NTFS>
Flags              : 700ff
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : TRUE
  FILE_PERSISTENT_ACLS        : TRUE
  FILE_FILE_COMPRESSION       : TRUE
  FILE_VOLUME_QUOTAS          : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : TRUE
  FILE_SUPPORTS_REPARSE_POINTS: TRUE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : TRUE
  FILE_SUPPORTS_ENCRYPTION    : TRUE
  FILE_NAMED_STREAMS          : TRUE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE


This is for the NTFS network drive which is also working fine:

$ /usr/lib/csih/getVolInfo /cygdrive/m
Device Type        : 7
Characteristics    : 10
Volume Name        : <DATA>
Serial Number      : 2625585716
Max Filenamelength : 255
Filesystemname     : <NTFS>
Flags              : 700ff
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : TRUE
  FILE_PERSISTENT_ACLS        : TRUE
  FILE_FILE_COMPRESSION       : TRUE
  FILE_VOLUME_QUOTAS          : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : TRUE
  FILE_SUPPORTS_REPARSE_POINTS: TRUE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : TRUE
  FILE_SUPPORTS_ENCRYPTION    : TRUE
  FILE_NAMED_STREAMS          : TRUE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

And this is for one of the Netware network drives which has the problem:

$ /usr/lib/csih/getVolInfo /cygdrive/g
Device Type        : 7
Characteristics    : 30
Volume Name        : <DATA>
Serial Number      : 2887124997
Max Filenamelength : 255
Filesystemname     : <NWFS>
Flags              : 2
  FILE_CASE_SENSITIVE_SEARCH  : FALSE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : FALSE
  FILE_PERSISTENT_ACLS        : FALSE
  FILE_FILE_COMPRESSION       : FALSE
  FILE_VOLUME_QUOTAS          : FALSE
  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

I hope this helps.

Avi


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

