Bill Zissimopoulos

Results 336 comments of Bill Zissimopoulos

@hach-que I am not sure. The VirtualMetal hypervisor is now able to boot and debug minimal Linux+Busybox, which is probably good enough for an initial release. However this is just...

What are you setting the umask as? Off the top of my head `-o umask=222` should work to remove read permissions. I recommend something like `-o uid=-1,umask=222` to make files...

You do not need to use the `umask` option; it is only a crude tool for when there is no proper `getattr` implementation or when one needs to override the...

I believe this was done on purpose. I do not recall the exact reason why, but I believe this was to match the behavior of OSXFUSE at the time the...

A warning might make sense. BTW, are you using `fuse_main`/`fuse_main_real`? Because if you are not, you have control of the options you accept via `fuse_opt_parse`.

This is a long standing issue: see #84.

You should not have anything special in `rmdir` or elsewhere. What happens when you try to `rmdir` a directory from `cmd.exe`. Do you get any error reported? Also in some...

There are multiple sample .NET file systems [here](https://github.com/winfsp/winfsp/tree/master/tst). Easiest to start with may be [passthrough-dotnet](https://github.com/winfsp/winfsp/tree/master/tst/passthrough-dotnet).

- Do you happen to have those crash dumps? I am particularly interested in the `MEMORY.DMP` file. - Please run the `diag.bat` batch file (found in `C:\Program Files (x86)\WinFsp\bin`) as...

> I must add to this information: we use Trend Apex One antivirus on our domain, and the problems seem to have started since we updated it earlier this week....