Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 17 May 2002 13:11:40 -0400 (EDT) From: David E Euresti To: Subject: Re: umount doesn't umount In-Reply-To: <4.3.1.2.20020516185007.02655348@pop.ma.ultranet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Allright let's escape the colon $ mount c: /blah\:drivec mount: warning - /blah:drivec does not exist. $ cd /blah\:drivec bash: cd: /blah:drivec: No such file or directory $ cd /blah:drivec bash: cd: /blah:drivec: No such file or directory $ umount /blah\:drivec umount: /blah:drivec: Invalid argument $ umount /blah:drivec umount: /blah:drivec: Invalid argument $ mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /blah:drivec type user (textmode) However unix pathnames do allow for colons and I thought the point of using mount is that we could use stuff that unix pathnames use like / that Windows can't. On Thu, 16 May 2002, Larry Hall (RFK Partners, Inc) wrote: > At 06:49 PM 5/16/2002, David E Euresti wrote: > >Anybody know why this happens? > > > >$ mount c: /blah:c > >mount: warning - /blah:c does not exist. > > > >$cd /blah:c > > > >$ cd /blah:c > >bash: cd: /blah:c: No such file or directory > > > >$mount > >C:\cygwin\bin on /usr/bin type system (binmode) > >C:\cygwin\lib on /usr/lib type system (binmode) > >C:\cygwin on / type system (binmode) > >c: on /blah:c type user (textmode) > >h: on /cygdrive/h type user (binmode,noumount) > >z: on /cygdrive/z type user (binmode,noumount) > > > >$ umount /blah:c > >umount: /blah:c: Invalid argument > > > > > >I think it doesn't like the colon. Any ideas? > > > > Just the standard one in this situation. Escape the colon. > > > > Larry Hall lhall AT rfk DOT com > RFK Partners, Inc. http://www.rfk.com > 838 Washington Street (508) 893-9779 - RFK Office > Holliston, MA 01746 (508) 893-9889 - FAX > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/