P4VFS and WSL2 9p filesystem #30
Unanswered
lweiner-spirent
asked this question in
Q&A
Replies: 1 comment
-
Thanks for calling this out. It looks like the filter driver is being skipped for non-windows-native processes. In this case you're seeing zeros which have padded out the SPARSE stream of the P4VFS placeholder file. I actually haven't considered WSL until now, but it would be great to properly support it. I'll dig around to see how our most common filters behave with WSL. |
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
-
I have used P4VFS on Windows to sync to the latest version of my project (
p4vfs sync ...#head
). However, I'm using VSCode running under WSL2/Ubuntu-20.04 to edit files. When I try to access the files using VSCode or Ubuntu command line, then I only see zeros in the file:If I use a native Windows program to read the file, then I can see the actual contents of the file in WSL...
Is it possible to make this run seamlessly under WSL? (i.e. without the need to use a windows native program to trigger P4VFS)?
Beta Was this translation helpful? Give feedback.
All reactions