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