managed mount and move directory.

SungHyun Nam namsh@posdata.co.kr
Fri Aug 8 04:52:00 GMT 2008


Hello,

If a directory contains filename whose name includes capital
letter, I cannot move the directory correctly from non-managed
filesystem to the managed filesystem.

Is it expected?

Regards,

/d[55]$ cygcheck -f /bin/mv
coreutils-6.10-1
/d[56]$ cygcheck -f /bin/mount
cygwin-1.5.25-15

/d[57]$ mount
d:\user\namsh\$CYGSPECDIR$ on /s type system (binmode,managed)
...
d: on /d type system (binmode)
...
/d[58]$ mkdir h
/d[59]$ echo a > h/Hello
/d[60]$ mv h /s
/d[61]$ cd /s
/s[62]$ cat h/Hello
cat: h/Hello: No such file or directory
/s[63]$ ls -l h
/bin/ls: cannot access h/Hello: No such file or directory
total 0
?????????? ? ? ? ?            ? Hello
/s[64]$ mv h /d
/s[65]$ cd /d
/d[66]$ cat h/Hello
a
/d[67]$ cp -a h /s
/d[68]$ cd /s
/s[69]$ cat h/Hello
a


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list