Bill Zissimopoulos

Results 336 comments of Bill Zissimopoulos

I have added commit 2c3800077f9efad42ead3c2e8aa78024f5481f8e, which fixes the `IndexNumber` in `GetFileInfoInternal`.

I have looked into this again. It appears that memfs works correctly when it advertises that the file system is NTFS (using the `-F NTFS` option). In the image below...

This functionality has been implemented and is currently in the private branch [`pvt-sxs`](https://github.com/winfsp/winfsp/tree/pvt-sxs). It will not be in the next release (`v1.12` - WinFsp 2022.2) but it will appear in...

Currently, yes. When WinFsp 2.0 arrives, no. The current plan for releasing the first beta of WinFsp 2.0 is sometime in late October - early November time frame.

If you make sure to specify the `-F NTFS` flag and you mount the drive using the syntax `\\.\X:` (requires Administrator access) then it should work. In the image below...

I have never seen this problem. Given that the problem resolves itself when you use a single thread, I am wondering whether the problem is some form of race condition...

Here is something to know: if you process is a console one and you accidentally make a selection in the console window, this can result in the whole process freezing...

@extratype thanks for the debugging on this. I do not have time to look at this right now, but I am hoping to look at it soon. If you find...

@extratype thanks for your extensive research on this. The reason for passing no `OVERLAPPED` structure to `DeviceIoControl` is described in the comment above the call. I use the same method...

@FlorianFreudiger there are a few different reasons why I have not accepted this patch: - I have never seen this problem myself, despite considerable effort to reproduce at the time....