-
Notifications
You must be signed in to change notification settings - Fork 2
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
The service memefs has failed to start #14
Comments
Have you tried it with the sample command line arguments: |
Ummm, does the name "NTFS" and the specific drive letter "R" matter? Because I used it with a plain old drive letter instead of a directory and it still didn't work. Edit to add: I tried it with exactly those options and I received |
Do you get a crash dump somewhere? Is there a respective event logged in the eventvwr under Applications or System? |
I've got a similar behaviour with error code 0xc00001 tho, one thing I noticed is that WinFsp also died |
There has been no WinFsp update so far. It seems to be a WinFsp driver issue in your case. Perhaps you have made a mistake during installation |
I've tried a bit further and found that the communication with the WinFsp.Launcher service is unavailable due to the error "Pipe Busy". I haven't found anything further in regards to WinFsp. |
@L3tum This seems to be a problem on your side in regard to WinFsp. Were you able to use any other WinFsp filesystems, such as their pre-delivered memfs? (This repo is a full recode in C++ and improvement of exactly that) |
@L3tum
OS: Microsoft Windows 10 Pro |
I wouldn't even know where to look for a crash dump. I do not know what the I have since upgraded to Windows 10. Running
Nothing else is printed after that (presumably this because the program is running in that). However, I do not see an
Yes. |
@Melab Then also try running the command without administrator permissions. Also check if C:\Temporary already did exist. Deleting the folder might help? You could also try running memefs like this: |
In addition, assuming you have used the Memefs Installer with the Launchctl Service, you can also do it that way:
There is a guide for persistently installing Memefs: https://github.com/Ceiridge/WinFsp-MemFs-Extended/blob/master/Readme-Installation.txt |
Okay, I'm in and I followed your previous directions, but I still don't know where to look.
Same error.
It exists.
That made it work. But shouldn't it work with the folder existing? Why doesn't it?
That worked, but why does it appear as a network drive? And what exactly does |
Those commands are very different. I don't see anything resembling the ones I've been testing. What is the difference? Edit: I just ran that in Command Prompt as both administrator and as a normal user and it gave |
| Okay, I'm in and I followed your previous directions, but I still don't know where to look. On the left side are the categories you can open. You can try clicking on buttons until you are of the opinion of having reached your goal. | That made it work. But shouldn't it work with the folder existing? Why doesn't it? This does not work, because the folder could contain files and that would be an open question to deal with. | That worked, but why does it appear as a network drive? And what exactly does -F do? Yes, "-u" is for network drives. Note that they are tied to a specific Windows user, whereas drive letter mountpounts (like R:) are system-wide. "-F" sets the filesystem string, in this case making it appear as if it was NTFS, increasing compatibility. However, it is mostly cosmetic. | Those commands are very different. I don't see anything resembling the ones I've been testing. What is the difference The difference is that launchctl is a WinFsp-specific thing that makes a WinFsp service manage the filesystem. If I remember correctly, exactly this allows you to use a system-wide mountpoint (e. g. \\.\R: which is an UNC-path to the R drive letter). | Edit: I just ran that in Command Prompt as both administrator and as a normal user and it gave KO launcher: error 2. It looks like you have failed to install something correctly or you are not running it fully as administrator. You will have to debug that yourself, because this is not customer support |
We have to check registry settings for the service using default values from NSIS installer
WinFsp-Service-Architecture HKEY_LOCAL_MACHINE\Software\WinFsp\Services Launch powershell console as administrator
Confirm the result. |
I installed the most recent release of this program after installing WinFsp 2.0.23075. I ran Command Prompt as administrator and this is what I got:
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
The text was updated successfully, but these errors were encountered: