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 sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <396DA38F.1EA8E7C@cygnus.com> Date: Thu, 13 Jul 2000 13:10:07 +0200 From: Corinna Vinschen Reply-To: cygdev X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686) X-Accept-Language: de, en MIME-Version: 1.0 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Minor mount problem References: <20000712200030 DOT A5940 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Note-from-DJ: This may be spam Chris Faylor wrote: > > c:\>mount > f:\cygwin / user binmode > > c:\>mount -b c:\cygwin / > mount: warning -- couldn't determine mount type. > > c:\>mount > d:\cygwin / user binmode > > There are two problems here. The warning and the fact that the > root partition could be redone without a '-f'. Tried that, too. Stepped thru with gdb. I can't reproduce that. I'm getting the correct message "Device or resource busy." You only can get that message if mount types differ, for example the existing entry is `user', the requested one is `system'. In that case it's correct to allow the mount without -f. Only the message is wrong. I've fixed that. The new message in that case is: mount: warning -- there's already a XXX mount point to ''. (user mount points cover system mount points!) with XXX one of "system", "user". Corinna -- Corinna Vinschen Cygwin Developer Cygnus Solutions, a Red Hat company