This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: mount trouble


--- Christopher Faylor <cgf@redhat.com> 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/


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