X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: SungHyun Nam Subject: managed mount and move directory. Date: Fri, 08 Aug 2008 13:03:33 +0900 Lines: 38 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) X-Stationery: 0.4.10 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/