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 Date: Mon, 22 Mar 1999 14:58:49 -0500 Message-Id: <199903221958.OAA32653@envy.delorie.com> From: DJ Delorie To: rlyon01 AT ozemail DOT com DOT au CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <005a01be74ac$4b9d27a0$7c1c6ccb@rlyon> (rlyon01@ozemail.com.au) Subject: Re: mount command References: <005a01be74ac$4b9d27a0$7c1c6ccb AT rlyon> > For example, I have cygwin installed on a primary partition C. A second > extended partition D is mounted using 'mount d:/ /home' . When I issue a > command like 'find / -name file -print' , only C is searched. Surely drive D > should be searched also? Did you create a c:\home directory before you did the mount? Having that empty directory on the parent drive makes a big difference in how well some commands work, which is why mount warns you about them. > If I try and use a file specification like /home/user01/filex.xbm in tcl > code, it does not work. I must always use d:/user01/filex.xbm . This breaks > a lot of code. I really don't want to add conversions in all my code. TCL itself doesn't use cygwin for stuff like that. It goes right to the Win32 calls, so you have to do conversions all over the place. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com