nickva commented on issue #4459: URL: https://github.com/apache/couchdb/issues/4459#issuecomment-1462519128
Another interesting thing in regards to WSL2 is that Windows files are effectively accesses as a remote file system [via the 9P protocol](https://github.com/microsoft/wsl/issues/5307). That might explain toot.cat user's `ENOENT` error, as they described it a bit further down. It's one of the signs of users trying to use NFS (a remote FS) as a POSIX file system as seen [here](https://serverfault.com/questions/817887/rename-on-nfs-atomicity) In a weird twist of fate, it may be that it's actually safer to use WSL2 with Linux-only (in VM) files than using Windows or WSL2 and mounting Windows paths into the VM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
