delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/06/01/09:54:50

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
Date: Fri, 1 Jun 2001 15:54:20 +0200
From: Corinna Vinschen <cygwin AT cygwin DOT com>
To: Cygwin Users <cygwin AT cygwin DOT com>
Subject: Re: mkdir -p //d/lala/lolo does not work ?
Message-ID: <20010601155420.C595@cygbert.vinschen.de>
Mail-Followup-To: Cygwin Users <cygwin AT cygwin DOT com>
References: <87pucpr0me DOT fsf AT inrialpes DOT fr> <20010531174333 DOT P1870 AT cygbert DOT vinschen DOT de> <3B1796BA DOT 97466339 AT yahoo DOT com> <87snhkpbdl DOT fsf AT inrialpes DOT fr>
Mime-Version: 1.0
User-Agent: Mutt/1.2.5i
In-Reply-To: <87snhkpbdl.fsf@inrialpes.fr>; from Olivier.Fambon@inrialpes.fr on Fri, Jun 01, 2001 at 03:39:50PM +0200

On Fri, Jun 01, 2001 at 03:39:50PM +0200, Olivier Fambon wrote:
> Earnie Boyd [Fri, 01 Jun 2001 09:20:58 -0400] wrote:
> >
> > Corinna Vinschen wrote:
> > > 
> > > On Thu, May 31, 2001 at 05:36:57PM +0200, Olivier Fambon wrote:
> > > > Hi all,
> > > >
> > > > is it just me, or mkdir -p is broken ?
> > > >
> > > > Is the // notation still supported ?
> > > 
> > > It's deprecated, it's recommended not to use it anymore and it will
> > > be dropped once and for all in the next Cygwin version.
> > > 
> > 
> > So instead do
> >   mkdir -p d:/lala/lolo
> > or
> >   mkdir -p /cygdrive/d/lala/lolo
> > 
> 
> Ok. Thanxs.
> 
> Which one is the official [i.e the one that is likely to be supported] ?

There's no official support.

However, use whatever you want. You can even change your /cygdrive
prefix:

	mount --change-cygdrive-prefix /foo
	mkdir -p /foo/d/lala/lolo

or

	mount --change-cygdrive-prefix /
	mkdir -p /d/lala/lolo

or add a specific mount point

	mount D: /bar
	mkdir /bar/lala/lolo

Just dont use //d/lala/lolo except `d' is the name of a SMB server.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin AT cygwin DOT com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019