mkdir and UNC paths

Reinhard Nissl rnissl@gmx.de
Fri Mar 2 14:42:00 GMT 2001


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



More information about the Cygwin-developers mailing list