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 Message-ID: <91A8FD196436D1118EC2006008186C9615824E@server1.axonet.com.au> From: Andrew Dalgleish To: cygwin AT sourceware DOT cygnus DOT com Subject: RE: mount command Date: Thu, 25 Mar 1999 16:17:31 +1100 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) > -----Original Message----- > From: Earnie Boyd [SMTP:earnie_boyd AT yahoo DOT com] > Sent: Thursday, March 25, 1999 2:51 PM > To: Richard Lyon; cygwin AT sourceware DOT cygnus DOT com > Subject: Re: mount command > > --- Richard Lyon wrote: > --8<-- > > 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: > --8<-- > > You need to use the backslash on the physical directory name. I.E.: > > mount D:\\topdirectory /home > > > I know from experience that it doesn't work with the forward slash. [Andrew Dalgleish] huh? BASH.EXE-2.02$ mkdir /foo /bar BASH.EXE-2.02$ mount c:/temp /foo BASH.EXE-2.02$ mount c:\\temp /bar BASH.EXE-2.02$ mount Device Directory Type Flags c:\temp /foo native text!=binary c:\temp /bar native text!=binary U: / native text=binary Both mounts look the same to me, and the relevant registry entries are the same. This is for cygwin B20.1 running under NT4SP3 and Win98. Am I missing something? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com