Replies: 2 comments
-
|
@Toliak Thanks for reporting! @elizashurov Please take a look |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @Toliak , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I’d like to point out a small inconsistency in the Wiki regarding the VirtIO-FS installation:
https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Virtiofs#shared-file-system
Two Windows Registry paths are mentioned:
HKLM\Software\virtiofsHKLM\Software\VirtIO-FSFrom what I can see,
HKLM\Software\VirtIO-FSis the correct one. Will theHKLM\Software\virtiofspath still be recognized by the VirtIO-FS service? If not, I’d like to suggest updating the documentation to use the correct registry path.P.S. One more small point, regarding the command:
/usr/libexec/virtiofsd --socket-path=/tmp/virtiofs_socket -o source=/home/user/viofsThe -o option appears to be deprecated, according to the help of
virtiofsd 1.13.3:It seems the recommended way now is to use
--shared-dirinstead of-o source=P.P.S. I’ve opened this as a discussion rather than an issue, since it’s more of a documentation suggestion than a bug or a feature request.
Beta Was this translation helpful? Give feedback.
All reactions