| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | Chris Faylor <cgf AT cygnus DOT com> |
| Date: | Thu, 5 Oct 2000 16:29:22 -0400 |
| To: | cygwin AT sources DOT redhat DOT com |
| Subject: | Re: mount --- invalid argument |
| Message-ID: | <20001005162922.A22186@cygnus.com> |
| Reply-To: | cygwin AT sources DOT redhat DOT com |
| Mail-Followup-To: | cygwin AT sources DOT redhat DOT com |
| References: | <F234GtjS7pF4vO9rZTi00004284 AT hotmail DOT com> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.3.6i |
| In-Reply-To: | <F234GtjS7pF4vO9rZTi00004284@hotmail.com>; from huttothomas@hotmail.com on Thu, Oct 05, 2000 at 03:25:29PM -0500 |
On Thu, Oct 05, 2000 at 03:25:29PM -0500, Thomas Hutto wrote: >thomasahutto AT THOMASAH ~ >$ mount >Device Directory Type Flags >f:\cygwin\bin /usr/bin user binmode >f:\cygwin\lib /usr/lib user binmode >f:\cygwin / user binmode >c: /c user textmode >d: /d user textmode >e: /e user textmode >f: /f user textmode >g: /g user textmode > >thomasahutto AT THOMASAH ~ >$ mount f:\proj /proj >mount: /proj: Invalid argument > >can't think why f:\proj exists. The error message is misleading. Bash interprets single backslashes as a quoting character. So, what you're really typing is: mount f:proj /proj To rectify, either: mount f:\\proj /proj or mount f:/proj /proj cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |