Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Thu, 2 Dec 1999 15:47:56 -0500
To: Corinna Vinschen <corinna@vinschen.de>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: New install problems
Message-ID: <19991202154756.A2441@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: Corinna Vinschen <corinna@vinschen.de>,
	cygwin@sourceware.cygnus.com
References: <19991202160908.5305.qmail@web109.yahoomail.com> <19991202115637.A1456@cygnus.com> <3846D857.78A66799@vinschen.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <3846D857.78A66799@vinschen.de>; from corinna@vinschen.de on Thu, Dec 02, 1999 at 09:36:39PM +0100

On Thu, Dec 02, 1999 at 09:36:39PM +0100, Corinna Vinschen wrote:
>Chris Faylor wrote:
>> 
>> On Thu, Dec 02, 1999 at 08:09:08AM -0800, Earnie Boyd wrote:
>> >--- Chris Faylor <cgf@cygnus.com> wrote:
>> >-8<-
>> >>
>> >> In Cygwin v1.0 (only available on CD, currently <but I'm working on that>)
>> >> mount has a "-f" option to force a mount, so you can do this, too:
>> >>
>> >> mount -f d:\unix /
>> >
>> >Would that not have to be `mount -f d:\\unix /' if executed in bash?  or
>> >alternatively `mount -f 'd:\unix' /'?
>> 
>> Yes, but I would suggest that this not be run under bash.  It will probably
>> work best if you do this standalone.
>
>BTW:
>
>Forward slash works for the native path as well:
>
>	mount -f d:/unix /
>
>This is nice for native device paths:
>
>	mount -f //./tape0 /dev/st0
>
>instead of
>
>	mount -f \\\\.\\tape0 
>
>and this works in bash (ash, tcsh, ksh, zsh...), too, if you call mount
>with correct path.

I don't know if this works in B20.1, though.  I think I fixed this only
after B20.1 was released.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

