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/umount from commandline...



Yes, from the NT command prompt try:
c:\>umount / & mount c:/temp /

all on one command line without typing return between commands ( the '&'
separates commands )
If you are using Win95, do it from a bash prompt:
$umount /; mount c:/temp /




Donald O. Sitze
dsitze@thermotrex.com

> -----Original Message-----
> From: owner-gnu-win32@cygnus.com [mailto:owner-gnu-win32@cygnus.com]On
> Behalf Of Robertson, Jason V
> Sent: Wednesday, May 13, 1998 3:43 PM
> To: gnu-win32@cygnus.com
> Subject: mount/umount from commandline...
>
>
> Hello,
>
> Is there a way to use mount/umount from a command prompt?  What happens is
> we have / mounted to a path, say C:/Blah.  Now from a command
> prompt we do:
> C:\> umount /
> C:\> mount C:/temp /
> mount failed: Device or resource busy
>
> Anyone have any ideas?
>
> [This is b19]
>
> Thanks,
> Jason
>
> --
> Jason Robertson <jason.v.robertson@intel.com>
> Arizona Engineering Computing, Intel Corp.
> (602)552-0065
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
>

-
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]