Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Winfsp.Launcher service #10

Open
brian6932 opened this issue Nov 26, 2024 · 4 comments
Open

Feature Request: Winfsp.Launcher service #10

brian6932 opened this issue Nov 26, 2024 · 4 comments

Comments

@brian6932
Copy link

Example service, I'm not super sure how this driver would work here, as there's no real argument documentation.

Get-ItemProperty HKLM:/SOFTWARE/WOW6432Node/WinFsp/Services/memfs64

Executable   : ~\scoop\apps\winfsp-np-beta\current\install\bin\memfs.exe
CommandLine  : -i -F NTFS -n 65536 -s 67108864 -u %1 -m %2
Security     : D:P(A;;RPWPLC;;;WD)
JobControl   : 1
PSPath       : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services\memfs64
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services
PSChildName  : memfs64
PSDrive      : HKLM
PSProvider   : Microsoft.PowerShell.Core\Registry
@thallgren
Copy link
Member

Not sure what you're asking here. This component already uses winfsp. Do you care to elaborate?

@brian6932
Copy link
Author

brian6932 commented Dec 1, 2024

The library may be used, but it's not a registered service, nor are there reg, or other scripting files for that purpose. So you can't net use x: \\fuseftp\<ip>, without making the HKLM:/SOFTWARE/WOW6432Node/WinFsp/Services/fuseftp keys yourself, and due to the lack of documentation, it's a bit hard to do that for the CommandLine key.

@thallgren
Copy link
Member

This component is intended to be used as a library or a gRPC service (telepresence uses it when mounting ftp volumes). It's "documentation" is fuseftp.proto. If you want to extend that functionality with scripts, docs, etc. then a PR will be welcomed, but I don't think the current maintainers of this project will make such additions.

@brian6932 brian6932 changed the title Compatibility with winfsp Feature Request: Winfsp.Launcher service Dec 1, 2024
@thallgren
Copy link
Member

@brian6932 , please note that this repository was moved from the datawire to the telepresenceio organization today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants