This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Issue with Find command on windows NT


 
Hi,
    I tried using find I:\<path> -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@cs.nyu.edu] 
Sent: Thursday, June 08, 2006 2:58 PM
To: Vishwanath, Karthik
Cc: cygwin@cygwin.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 <http://cygwin.com/problems.html>.  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://cygwin.com/ml/cygwin/2006-04/msg00314.html>
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu |
igor@watson.ibm.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]