Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20020903124845.38818.qmail@web21002.mail.yahoo.com> Date: Tue, 3 Sep 2002 05:48:45 -0700 (PDT) From: Nicholas Wourms Subject: Re: mount trouble To: cygwin AT cygwin DOT com In-Reply-To: <20020902212808.GA22511@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Christopher Faylor wrote: [SNIP] > > Actually, for speed, you might also want to do this: Just to add a few more for the archives... > # Tell cygwin that nothing in this directory should be opened > # to check for "executableness", assume all cygwin executable > mount -f -s -b -X "C:/cygwin/bin" "/usr/bin" mount -f -s -b -X "C:/cygwin/usr/X11R6/bin" "/usr/X11R6/bin" mount -f -s -b -X "C:/cygwin/usr/sbin" "/usr/sbin" > # Tell cygwin that nothing in this directory should be opened > # to check for "executableness", assume nothing executable > # unless .exe > mount -f -s -b -E "C:/cygwin/lib" "/usr/lib" mount -f -s -b -E "C:/cygwin/usr/X11R6/lib" "/usr/X11R6/lib" mount -f -s -b -E "C:/cygwin/usr/X11R6/man" "/usr/X11R6/man" mount -f -s -b -E "C:/cygwin/usr/man" "/usr/man" mount -f -s -b -E "C:/cygwin/usr/info" "/usr/info" Enjoy! Cheers, Nicholas __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/