From: noer@cygnus.com (Geoffrey Noer)
Subject: Re: mount woes
12 May 1997 23:07:52 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199705122134.OAA19168.cygnus.gnu-win32@cirdan.cygnus.com>
Content-Type: text
Original-To: jdeifik@weasel.com (Jeff Deifik)
Original-Cc: gnu-win32@cygnus.com
In-Reply-To: <3.0.32.19970511074920.00a0fcc8@pop.ni.net> from "Jeff Deifik" at May 11, 97 07:49:55 am
X-Mailer: ELM [version 2.4 PL23]
Original-Sender: owner-gnu-win32@cygnus.com

> So I tried to redo my mount points.
> I typed 'mount --reset', which produced no errors.

'mount --reset' resets the mount points to their default values
with c: mounted as /.

> I typed 'mount d: /', and I got the message
> 	mount failed: Device or resource busy

C: is already mounted as /.  You need to:

	umount /
	mount d: /

And that should do the trick!

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
