[SOLVED] Fuse not load

remy_dev

Member
Dec 5, 2017
11
0
6
45
Hello,

I wish use sshfs, but despite that fuse and sshfs and install this command give me nothing
Code:
lsmod | grep fuse

Is there a special tips to use fuse with proxmox ?
If not how can i start fuse on boot ?

thanks
 
Last edited:
Hi,

In the Proxmox kernel FUSE is built-in, not build as a module, so always "loaded" (but cannot show in lsmod, as it is not a module).

What does actually not work?
 
Thanks !

Strange
this command returns the following error
Code:
sshfs -odebug,sshfs_debug,loglevel=debug proxmox@192.168.0.35:  /mnt/nas01

[...]debug1: Authentication succeeded (publickey).
Authenticated to 192.168.0.35 ([192.168.0.35]:
debug1: channel 0: new [client-session] debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session. debug1: pledge: network
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply
debug1: Sending environment. debug1: Sending env LANG = en_US.UTF-8
debug1: Sending subsystem: sftp
subsystem request failed on channel 0
read: Connection reset by peer

From what I found as an answer on this error is that fuse is not loaded .
But with your explanation this is not the problem.

But with oders OS with the sames settings, I don't have errors
 
Good to hear that you could solve it. You can mark the thread here as solved too - there's an "Edit Thread" button in the menu, at right above your initial post where you could do so.