This is the mail archive of the cygwin@cygwin.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 -p //d/lala/lolo does not work ?


Hi all,

is it just me, or mkdir -p is broken ?

Is the // notation still supported ?

[hahutu:~] > mkdir -p //d/lala/lolo
[hahutu:~] > ls -l //d/lala/lolo
ls: //d/lala/lolo: No such file or directory
[hahutu:~] > mount
E:\bin on /usr/bin type system (binmode)
E:\lib on /usr/lib type system (binmode)
E: on / type system (binmode)
c: on /cygdrive/c type system (binmode,noumount)
d: on /cygdrive/d type system (binmode,noumount)
f: on /cygdrive/f type system (binmode,noumount)
[hahutu:~] > cygcheck -s
...
    Cygwin DLL version info:
        dll major: 1003
        dll minor: 2
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        dll malloc env: 28
        api major: 0
        api minor: 39
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        cygdrive flags: cygdrive flags
        cygdrive prefix: cygdrive prefix
        cygdrive default prefix: 
        build date: Sun May 20 23:28:17 EDT 2001
        shared id: cygwin1S3
...


Works with /cygdrive/d/ though...

[hahutu:~] > mkdir -p /cygdrive/d/lala/lolo
[hahutu:~] > ls -l //d/lala/lolo/
total 0



A+O [not on the list]


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


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