mount woes

Geoffrey Noer noer@cygnus.com
Mon May 12 19:00:00 GMT 1997


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



More information about the Cygwin mailing list