Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Thu, 25 May 2000 12:08:33 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: auto-mounting / Message-ID: <20000525120833.F1330@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin-developers AT sourceware DOT cygnus DOT com References: <200005250505 DOT BAA02497 AT envy DOT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005250505.BAA02497@envy.delorie.com>; from dj@delorie.com on Thu, May 25, 2000 at 01:05:06AM -0400 On Thu, May 25, 2000 at 01:05:06AM -0400, DJ Delorie wrote: >OK, I'm working through the code to LoadLibrary cygwin1.dll (*that* >was a project) and using getmntent() to find any existing "/" mount. > >Guess what? There's always one, because starting cygwin1.dll creates >on if needed. And this is a surprise? Ron Parker mentioned this when he was first working on setup. >Why? Why can't we just leave "/" unmounted if there isn't one? Won't >that mean that the default is that "/" is the root of the current >drive, which might make a lot of sense for cygwin programs running >outside a fully configured environment? I don't know how cygwin will react if it can't resolve root. I guess it will always resort to /cygdrive/x which might be perfect. I have no objections to eliminating the automounting of root as soon as we've released the next net release. cgf