X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <4EE5D000.3080509@bonhard.uklinux.net> Date: Mon, 12 Dec 2011 09:57:20 +0000 From: Fergus User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0.1) Gecko/20111121 Firefox/8.0.1 SeaMonkey/2.5 MIME-Version: 1.0 To: Cygwin ML CC: Fergus Subject: Re: Another call for filesystem testing Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 XP Pro SP3 I get the following failure whether I use the current cygwin1.dll CYGWIN_NT-5.1 lunatick 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin or today's test cygwin1.dll CYGWIN_NT-5.1 lunatick 1.7.10s(0.255/5/3) 20111212 01:22:59 i686 Cygwin (as not certain what you were asking). Assume unimportant, but I have ~> mount -m none / cygdrive binary,user 0 0 so /cygdrive/q/ shorthands to /q/. Just checking, where Q: is FAT32 ~> ./test-qfif.exe /q/wrk NtQueryFullAttributesFile(\??\Q:\wrk) by name works NtQueryFullAttributesFile(\??\Q:\wrk) by handle works ~> ./test-qfif.exe /q/wrk/Wording.txt NtQueryFullAttributesFile(\??\Q:\wrk\Wording.txt) by name works NtQueryFullAttributesFile(\??\Q:\wrk\Wording.txt) by handle works all ok, as expected. BUT X: is ext2, made accessible to Windows using the software at http://www.fs-driver.org/. There is a failure as follows: ~> ./test-qfif.exe /x/wrk NtQueryFullAttributesFile(\??\X:\wrk) by name works NtQueryFullAttributesFile(\??\X:\wrk) by handle works ~> ./test-qfif.exe /x/wrk/Wording.txt NtQueryFullAttributesFile(\??\X:\wrk\Wording.txt) by name works NtQueryFullAttributesFile(\??\X:\wrk\Wording.txt) by handle failed, status code 0xc000003a Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple