From: dsitze AT thermotrex DOT com (Donald O. Sitze) Subject: RE: mount/umount from commandline... 15 May 1998 09:57:58 -0700 Message-ID: <000001bd7f5c$a5713320$968b43cf.cygnus.gnu-win32@dsitze_nt.thermotrex.com> References: <4575832C8E71D111AC4100A0C96B512701410C11 AT FMSMSX36> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: "Robertson, Jason V" , 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 AT thermotrex DOT com > -----Original Message----- > From: owner-gnu-win32 AT cygnus DOT com [mailto:owner-gnu-win32 AT cygnus DOT com]On > Behalf Of Robertson, Jason V > Sent: Wednesday, May 13, 1998 3:43 PM > To: gnu-win32 AT cygnus DOT 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 > Arizona Engineering Computing, Intel Corp. > (602)552-0065 > - > For help on using this list (especially unsubscribing), send a message to > "gnu-win32-request AT cygnus DOT com" with one line of text: "help". > - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".