[Virtio-fs] [virtiofsd] Issue opened: WinError 1005 on realpath()

virtiofs-bot at sinrega.org virtiofs-bot at sinrega.org
Sun Feb 20 16:56:30 UTC 2022


Steps to reproduce:

1. Have a Windows guest
2. Mount virtio-fs on Z:
3. Create directory `Z:\foobar`
4. Run python interpreter
5. Call `os.path.realpath('Z:\\foobar')`

What happens:

```
OSError: [WinError 1005] The volume does not contain a recognized file system.
```

That's the line where the error is raised: https://github.com/python/cpython/blob/b77158b4da449ec5b8f682816a79d004fd65ed07/Lib/ntpath.py#L674
---
https://gitlab.com/virtio-fs/virtiofsd/-/issues/32




More information about the Virtio-fs mailing list