Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20000824115435.26205.qmail@web108.yahoomail.com> Date: Thu, 24 Aug 2000 04:54:35 -0700 (PDT) From: Earnie Boyd Subject: Re: Why not mount / at C: ? To: Jean-Paul Le Fevre , cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Jean-Paul Le Fevre wrote: > > It's likely a FAQ, but since I still don't understand : > Why is it discouraged to mount '/' at 'C:' ? > The installer gives advice not to mount / at this natural location, > while the FAQ *URGE* not to do so but without explanations. > > I've been using cygwin for years on NT, 98, 2K with '/' being 'C:' without > any problem. My Windows configuration is very similar to my Linux, > Solaris, Unix config and I feel very confortable : I've almost nothing > to change in my environment (variables, emacs, cvs, ssh, makefiles, ...) > when I have to move from Unix to Windows. > > At the beginning of August, I've installed a new release of Cygwin > accepting the default mount : '/' on 'c:/cygwin'. As a result my environment > is completely messed up ! I've to edit a lot of files to fix up the > settings, being not sure when to change '/' in '\\', '/' in 'C:/cywin' or > '//C/cywin', or 'C:\\cywin' or .... > > So, why is it considered as a bad choice to have '/' at 'C:' ? > Using C:/cygwin is recommended because it gives identity to the package on your disk drive. If you install to C:/ just means that you will have things installed to C:/ that you might not realize was a part of the Cygwin package. As for / vs \\ vs //, the unmounted drive notation has been changes and the //C/ is being deprecated and should not be used. Instead use /cygdrive/c/ to indicate an unmounted drive or better yet mount it like so: mkdir /c mount [-b] C:/ /c Then you can reference /c/somefile instead of /cygdrive/c/somefile or //C/somefile. I'm beginning to think that it would be best to not support unmounted drives in the Cygwin environment. It gets far to confusing and there are solutions around not having the support. Saying this, IMO, we should deprecate the unmounted drives support. What do you think? Cheers, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com