This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mount woes


> 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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]