This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mkdir and UNC paths


Hi,

I'd like to report the following problem:

rnissl@MERLIN ~
$ mkdir --verbose -p //elton/tmp/xx1
created directory `//elton'created directory `//elton/tmp'mkdir: created
directory `//elton/tmp/xx1'

rnissl@MERLIN ~
$ mkdir --verbose -p //elton/tmp/xx1
mkdir: created directory `//elton/tmp/xx1'

rnissl@MERLIN ~
$ mkdir --verbose -p //elton/tmp/xx1
mkdir: created directory `//elton/tmp/xx1'

The command's don't create the directory xx1 on share \\elton\tmp. Instead the
first command creates the directories /elton and /elton/tmp. But xx1 is
never/nowhere created.

I'm using the latest available cygwin packages.

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]