Bingzhang Dai

Results 49 comments of Bingzhang Dai

> understanding, Windows 10 can act as a 9P client to access files of its Windows Subsystem for Linux (WSL). So there will probably already be a 9P implementation in...

> Does anybody have a idea how to make the virtiofs.exe run automatically in background after Windows boot. A behavior like the standard network drives? Right now i have to...

I just click the virtio-win-gt-x64.msi to install the driver. Am I wrong? I am afraid I do not install the driver properly. When I start the virtiofs.exe, I get `"The...

@Marco98 @FailSpy Thanks. I use PVE and I manually added the following line in the vm config: `args: -fsdev local,security_model=mapped,id=fsdev0,path=/root/mnt/sata0 -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=sata0 -fsdev local,security_model=mapped,id=fsdev1,path=/root/mnt/sata1 -device virtio-9p-pci,id=fs1,fsdev=fsdev1,mount_tag=sata1` ( I mount two...

Thanks very much! It seems that I am using the wrong device. I previously followed the doc [Documentation/9psetup](https://wiki.qemu.org/Documentation/9psetup) FailSpy pointed out. It seems that, 9p is VirtFS and here, the...

I see. It seems that they are just two different implementations by using the same protocol called 9p. Here we are using one of them. I think the qemu's doc...

nuget package GraphEngine.Core 1.0.8482 and below only support configuration specification 1.0. However, the most updated version of NuGet package is 1.0.8482. Although VSExtension version is also 1.0.8482, does this mean...

In the configuration file, I use IPv4 address instead of loopback address. However, the starting process of the server has been blocked at the stage: [ INFO ] My IPEndPoint:...

@yatli great! I should have noticed that. After starting the other servers, it seems to work normally. Thanks very much! One more question about the ``` AvailabilityGroup ``` attributes. The...

@yatli Thanks! ```NextSequentialCellID()``` can generate a sequentially incremented ```CellId```, which is feasible. Maybe we could bring some ideas from other databases, for example, MongoDB's `_id` generation method? I still think...