Michel Machado

Results 313 comments of Michel Machado

Could you run `f3read` on the files that `f3write` created? This will give us the scale of the problem. Do you have a link that shows a picture and description...

You can likely partition this drive with a single 59GB partition at the beginning of the drive, format it, and use this limited capacity. But I recommend this only if...

Hi @gibimbas, The zero in "0 network ports available" of the log entry "Main/0 2025-06-17 18:17:02 ERR net: there are only 0 network ports available to DPDK/Gatekeeper, but configuration is...

This issue should be addressed before we add coroutines to the GK block since the core around the coroutines will employ a list library.

Try to adjust the parameter `--stack` when you compile F3 on Windows. See details on the `README.rst` file.

Could you test pull request #190? I expect it to solve your problem.

You can try to comment everything in `flush_chunk()` in the file `f3write.c` and `return 0;` to check if what's holding `f3write` back is the data synchronization with the disk. Notice...

Given your result, I think that `h2testw` is not pushing written data to the disk, so its reported write speed is how fast Windows can manage its internal caches. In...

I updated `f3read` anyway; could you test it? The code is in the updated pull request #190.

Notice that the errors will only show up if you've removed the drive before the operating system had a chance to flush its cache onto the drive. If you ran...