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

_______________________________________________
Virtio-fs mailing list
Virtio-fs@redhat.com
https://listman.redhat.com/mailman/listinfo/virtio-fs

Reply via email to