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 Date: Thu, 10 Jul 2003 14:35:54 +0100 From: Elfyn McBratney X-X-Sender: elfyn AT ellixia Reply-To: cygwin AT cygwin DOT com To: Pavel Rozenboim cc: "Cygwin (E-mail)" Subject: RE: cygwin 1.5.0 and managed mode In-Reply-To: <6A3008858445D711A58A00062939B2F1EA97@EXCHANGE> Message-ID: References: <6A3008858445D711A58A00062939B2F1EA97 AT EXCHANGE> Mail-Followup-To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 10 Jul 2003, Pavel Rozenboim wrote: > when I try this from the shell I get an error : > > mount: /: Mount device busy You have to unmount '/' first. It's best if you do something like this mount -m >/tmp/mtab ...edit the file to add `-o managed'.. and then unmount your mount points, e.g. umount / umount /usr/bin umount /usr/lib and finally, remount . /tmp/mtab your mount points. I think it'd be better if you do this from a dos prompt, and shutdown all running Cygwin processes and services before doing so. If you have Cygwin/XFree86 installed, you don't need to `umount' the fonts mount point, and might be better removing it from /tmp/mtab . Elfyn -- Elfyn McBratney, EMCB http://www.emcb.co.uk elfyn AT emcb DOT co DOT uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/