delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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: | Mon, 27 May 2002 14:35:14 +0100 |
Message-Id: | <7559-Mon27May2002143514+0100-starksb@ebi.ac.uk> |
From: | David Starks-Browning <starksb AT ebi DOT ac DOT uk> |
MIME-Version: | 1.0 |
To: | "Robert Mark Bram" <relaxedrob AT optushome DOT com DOT au> |
Cc: | "Cygwin" <cygwin AT cygwin DOT com> |
Subject: | Mount A Drive |
In-Reply-To: | <AHENJAAPGAHKCFPLDPOJCEFBCGAA.relaxedrob@optushome.com.au> |
References: | <AHENJAAPGAHKCFPLDPOJCEFBCGAA DOT relaxedrob AT optushome DOT com DOT au> |
On Monday 27 May 02, Robert Mark Bram writes: > Howdy all! > > I am running Cygwin on Win 2K. I am trying to mount my A drive and I have a > few questions. > > First, what is wrong with this command: > mount A:\ /a > I received the usage message in response: > mount: not enough arguments > Usage: mount [OPTION] [<win32path> <posixpath>] The backslash '\' is an escape character to the shell. It prevents the shell from interpreting the space as a word separator. So mount thinks it has one argument rather than two. It's been a long time since I used mount, but mount A:\\ /a should do what you expected, and possibly mount A: /a and mount A:/ /a will also work. Hope this helps. Regards, David -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |