Re: Yesterday's CVS ci solved VBoxSharedFolderFS issues

2009-07-22 Thread Corinna Vinschen
On Jul 23 03:02, Shaddy Baddah wrote: > Corinna Vinschen wrote: >> There are two places which check for STATUS_EAS_NOT_SUPPORTED. >> If you check additionally for STATUS_NOT_SUPPORTED in both places, >> does it work now? >> > That worked! Thank you very very much. I've attached the patch. Cool.

Re: Yesterday's CVS ci solved VBoxSharedFolderFS issues

2009-07-22 Thread Shaddy Baddah
Hi Corinna, Corinna Vinschen wrote: The only thing obviously broken now are symlinks. I've done some debugging and tracked it down to the fact that any call like this: path.c:2254: if (NT_SUCCESS (status) path.c:2255: && NT_SUCCESS (status path.c:2256: = NtQueryInformation

Re: Yesterday's CVS ci solved VBoxSharedFolderFS issues

2009-07-22 Thread Corinna Vinschen
On Jul 23 01:40, Shaddy Baddah wrote: > Hi, > > I've been trying to work through a problem with running cygwin from a > VBoxSharedFolderFS (VirtualBox) folder mounted on my guest host. I've > tried to work through the problem on my own, as I would imagine that > VBoxSharedFolderFS support in cygwin

Yesterday's CVS ci solved VBoxSharedFolderFS issues

2009-07-22 Thread Shaddy Baddah
Hi, I've been trying to work through a problem with running cygwin from a VBoxSharedFolderFS (VirtualBox) folder mounted on my guest host. I've tried to work through the problem on my own, as I would imagine that VBoxSharedFolderFS support in cygwin is of almost zero importance. However I though