| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | SungHyun Nam <namsh AT posdata DOT co DOT kr> |
| Subject: | managed mount and move directory. |
| Date: | Fri, 08 Aug 2008 13:03:33 +0900 |
| Lines: | 38 |
| Message-ID: | <g7ggj2$enn$1@ger.gmane.org> |
| Mime-Version: | 1.0 |
| 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: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |