-
Notifications
You must be signed in to change notification settings - Fork 824
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
SSHFS remote file system mount failure #17
Comments
I don't see any evidence for that in the posted log. There's evidence that the fuse interface is not provided by the Linux subsystem. The |
You cannot load Linux kernel modules on WSL, and probably never will. Though something like fuse (user mode filesystems), or say USB usermode access would be really nice to have. |
WSL should definitely support fuse, this is a main use case. I expect to sshfs mount remote filesystem and access it both from bash and from windows file explorer at the same time. It should appear to windows file explorer as part of the folder tree. |
Fuse support is an interesting conversation. I would recommend creating a section and voting on it over on the User Voice page. We will be looking at the user voice and taking it as input when planning new features. No promises, but it's the best way to get something on our radar. |
(Link edited out due to ad-hijacking) |
+1 for fuse ! |
Never saying never, but no plans to support this feature in the appreciable future. Moving to backlog for now. If you'd like us to reconsider, please find/update this issue on UserVoice. |
@Fclem Your link is to a malware site with bad popups and downloads, please remove it guy, this is the first link on google for people searching for SSHFS WSL |
@komali2 thanks for the heads up. |
UserVoice items for: Note that SMB/CIFS mounting is already implemented. Might be useful for some of the followers of this ticket. |
Why is this issue closed? It doesn't seem to be fixed. |
@basnijholt We always intended this repo to track bugs that we aim to fix. This is an ask for a feature that we have not currently implemented FUSE support and have no immediate plans to do so. As such, there's no actionable issue to track, so this issues was closed, with a request that interested parties upvote the ask on UserVoice (which better handles voting than GitHub currently does). @HenkPoley kindly followed-up with specific links to relevant UserVoice asks for those interested in voting. |
How to hide bugs under the carpet When bugs becomes features... virtual features or feature request... |
I am taking a run at fixing this. Cross your fingers and I'll report back if I find joy. |
need any help? |
the UV FUSE feature request is now 2nd most voted. |
oh man. was REALLY hoping for this to work! :( |
yup - me too. Shame. |
@bitcrazed the UserVoice links are dead. Does WSL have an alternative feature voting system it would prefer? I would like to vote for this feature. |
FUSE is available in WSL2. |
But I'm on wsl2 and windows 10.019041, ubuntu 20.04 and still have the problem. can't google any solutions to this. Is fuse still not supported on wsl2? Is so what is the roadmap for it? |
You are not on WSL2. You can list your installed distributions and versions with |
I am on WSL2 and get the same error. I read that this fuse thing is a requirement for Jetbrains Toolbox, which I want to install its useful tools to develop on as Windows to WSL2 file system support is not as fast/good as I would like yet. (E.g. file watching, git kraken etc don't work properly and it is slower on large PHP projects with lots of source files e.g. Magento 2, composer installing). apt install fuse
modprobe fuse
groupadd fuse
user="$(whoami)"
usermod -a -G fuse $user Gives me.
|
FUSE is statically compiled into the WSL2 kernel. In general |
So how to mount a remote linux directory with built-in fuse? |
Having issues mounting a remote file system using
sshfs
fuse
seems to be failing to find the deviceThe text was updated successfully, but these errors were encountered: