X-Spam-Check-By: sourceware.org From: Vishwanath_Karthik AT emc DOT com Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Issue with Find command on windows NT Date: Thu, 8 Jun 2006 15:18:46 -0400 Message-ID: <721B8481D73DE047B62D7AB3750F656006B5DC@CORPUSMX30A.corp.emc.com> In-Reply-To: To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k58JJVE3016239 Hi, I tried using find I:\ -noleaf -print ,but I am getting the same error . Part of the error is as follows. D:\usr\meta\boxster\boxster_UNITw2kMixednew\boxster_UNITw2kMixednew_0245 >find I:\ode.boxster_UNITw2kMixednew_0228 -noleaf -print find: /cygdrive/i changed during execution of find (old inode number -506580184, new inode number -509781400, filesystem type is system) [ref 1114] find: /cygdrive/i changed during execution of find (old inode number -500892152, new inode number -509781400, filesystem type is system) [ref 1114] The same output on Windows 2K client is as follows D:\>find H:\ode.boxster_UNITw2kMixednew_0227 -noleaf -print H:\ode.boxster_UNITw2kMixednew_0227 H:\ode.boxster_UNITw2kMixednew_0227/boxster_UNITw2kMixednew_0227_DVT1471 41_1 Thanks and Regards, Karthik -----Original Message----- From: Igor Peshansky [mailto:pechtcha AT cs DOT nyu DOT edu] Sent: Thursday, June 08, 2006 2:58 PM To: Vishwanath, Karthik Cc: cygwin AT cygwin DOT com Subject: Re: Issue with Find command on windows NT On Thu, 8 Jun 2006, Vishwanath_Karthik wrote: > Hi, > Find command not seems to be working on Network shares on only > Windows NT. > On Windows 2K,Winodws XP and Windows 2003 it seems to be working > fine. > > The command issued was > > find I:/TREEABC -print > > where "I " is the mapped network drive. Does "find /cygdrive/i/TREEABC -print" work any better? > On All other Windows except Windows NT It displays all the files > under TREEABC directory recursively. > > But on Windows NT it does not do that. > > Is there any reason for such behavior .Can this be patched up so > that it works on Windows NT too? Just a WAG, but try "find I:/TREEABC -noleaf -print" -- you may be running into inode emulation problems on Windows NT. Otherwise, please read and follow the Cygwin problem reporting guidelines at . There was also a message on this list from Corinna Vinschen[1] with a program you could build and run on your system to print the detailed network drive information -- that might be helpful in diagnosing the problem. HTH, Igor [1] -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/