Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Wed, 24 Mar 1999 23:50:09 -0500 To: Richard Lyon Cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: mount command Message-ID: <19990324235009.A3654@cygnus.com> References: <000301be7657$e6d0d2b0$abb56ccb AT rlyon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000301be7657$e6d0d2b0$abb56ccb@rlyon>; from Richard Lyon on Thu, Mar 25, 1999 at 10:37:47AM +1000 On Thu, Mar 25, 1999 at 10:37:47AM +1000, Richard Lyon wrote: >See comments below: > >-----Original Message----- >From: DJ Delorie >To: rlyon01 AT ozemail DOT com DOT au >Cc: cygwin AT sourceware DOT cygnus DOT com >Date: Tuesday, 23 March 1999 7:36 >Subject: Re: mount command > >>You're using bash's builtin mkdir (or cygwin's mkdir.exe), and it's >>using the mount table. You need to use MS's shell so it won't know >>about the mount table. >> > > >OK, I tried doing it from explorer, the MS command prompt and bash. >After mounting the partition, the mount point works correctly for things >like -I option in gcc and cygpath. So I believe I have done the correct >thing. It's the >find command that doesn't work. I even get stranger results if I attempt >something like mount D:/topdirectory /home. Find generates the following >output: > >find: /home/filename: No such file or directory > >for every file in topdirectory. > >I have 20.1 installed. > >Luckily it does appear I can use cygpath in install script to cope with >these problems. >It converts the paths correctly to win32 format which work with find and >tcl. > >I consider this sort of behaviour as a bug. Before I consider filing a bug >report or maybe >trying to fix it, has anyone managed to get find to work across mounted >partitions? When you said: mount d:/topdirectory /home was the operation silent or did mount display some words? If mount displayed something, what did it say? I still get the feeling that you are not performing the simple operation that DJ has asked you to do: c:\> mkdir c:\home You don't use the Cygwin mkdir to do this. You use the mkdir that's builtin to the command shell. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com