From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21398 invoked by alias); 12 Dec 2011 11:09:15 -0000 Received: (qmail 21322 invoked by uid 22791); 12 Dec 2011 11:08:52 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.83/v0.83-20-g38e4449) with ESMTP; Mon, 12 Dec 2011 11:08:33 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id AECCF2C01DE; Mon, 12 Dec 2011 12:08:30 +0100 (CET) Date: Mon, 12 Dec 2011 11:09:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Another call for filesystem testing Message-ID: <20111212110830.GX6602@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <4EE5D000.3080509@bonhard.uklinux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4EE5D000.3080509@bonhard.uklinux.net> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-12/txt/msg00268.txt.bz2 On Dec 12 09:57, Fergus wrote: > 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). The testcase only tests direct calls to native NT functions. The Cygwin version really doesn't matter. > 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 Thanks for the test. YA driver which implements by handle operation only for directories. Oh well. Btw., can you please provide the output from /usr/lib/csih/getVolInfo /x/wrk I never saw the volume information returned by this ext2 driver yet. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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