This is the mail archive of the
cygwin@sourceware.cygnus.com
mailing list for the Cygwin project.
RE: mount/umount from commandline...
- To: "Robertson, Jason V" <jason dot v dot robertson at intel dot com>, <gnu-win32 at cygnus dot com>
- Subject: RE: mount/umount from commandline...
- From: "Donald O. Sitze" <dsitze at thermotrex dot com>
- Date: Thu, 14 May 1998 10:20:52 -0700
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".