X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com Subject: Re: 2nd Try: nwfs problem MIME-Version: 1.0 Date: Wed, 6 Jan 2010 13:09:40 -0600 From: Avi Schwartz In-Reply-To: <4B44D5CE.3060605@cygwin.com> References: <4B44D5CE DOT 3060605 AT cygwin DOT com> Message-ID: <36c4aaa405404a418d7b9719feeee629@mail.cfftechnologies.com> X-Sender: cygwin AT cfftechnologies DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wed, 06 Jan 2010 13:26:22 -0500, "Larry Hall (Cygwin)" 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 : 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 : Serial Number : 2625585716 Max Filenamelength : 255 Filesystemname : 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 : Serial Number : 2887124997 Max Filenamelength : 255 Filesystemname : 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