This is the mail archive of the cygwin@sourceware.cygnus.com 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]

RE: Using find on shared drives.


find works fine on my system:

bash$ cd //u/test-dir
bash$ find . -name "*" -type d -print
./Bloomington
./boston
./public_html
./public_html/my-stuff
./temp

I'm using Sergey's patched cygwin32.dll. You might try that.

Alan

===========================================================================

Date: Wed, 15 Oct 1997 08:20:10 -0700
From: "Hughes, Richard" <Richard.Hughes@aspect.com>
Subject: Using find on shared drives.
Sender: owner-gnu-win32@cygnus.com
To: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>
Message-id:
 <c=GB%a=_%p=Aspect_Telecommu%l=EUEMS2-971015152010Z-2871@galactus.aspect.com>
MIME-version: 1.0
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52
Content-type: text/plain; charset="us-ascii"
Content-transfer-encoding: 7bit
Precedence: bulk


	Hi

	find.exe doesnt seem to work on shared network file systems.  
	( either accessed using samba or mapped network drives)

	for example .

	find . -name "*" -type d -print.

	finds the first directory , the rest of the directories are reported on
with

	find: "./ XXX No such file or directory".....


	any answers ?

	Cheers
	Rich.


------------------------------------------------------------------------
------
Richard Hughes

Aspect Telecommunications, Open CTI Technology,
Sovereign Gate, Richmond, Surrey, TW9 2NA.

Tel:       +44 (0)181 948 6000  email: richard.hughes@aspect.com 
Fax:      +44 (0)181 948 6712
Direct: +44 (0)181 614 7428 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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