Topic: sshfs [fuse: device not found, try 'modprobe fuse' first]
Cuando utilizo sshfs me aparece este aviso:
fuse: device not found, try 'modprobe fuse' first
como hago para que
modprobe fuse
sea impostado de dafault?
You are not logged in. Please login or register.
We are very pleased and happy to announce the newest release of Hyperbola GNU/Linux-libre with v0.4.4.
See our official news for further details.
HyperForum → Servidores → sshfs [fuse: device not found, try 'modprobe fuse' first]
Cuando utilizo sshfs me aparece este aviso:
fuse: device not found, try 'modprobe fuse' first
como hago para que
modprobe fuse
sea impostado de dafault?
Hello,
sorry for answering in English, so I hope my translations worked out and I can help you with your questions.
To load a module:
doas modprobe fuse
To view what you have loaded in a comprehensive way:
doas modprobe -c | less
It is also possible to enforce the kernel loading direct at boot your preferred modules. If you prefer this way: Give me a note and I explain this also.
to enforce the kernel loading direct at boot
This I would like to do.
Sure thing: You can modify your local file /etc/conf.d/modules when using OpenRC:
# Linux users can define a list of modules for a specific kernel version,
# a released kernel version, a main kernel version or all kernel versions.
# The most specific versioned variable will take precedence.
# FreeBSD users can only use the modules="foo bar" setting.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules_2="ipv6"
#modules="ohci1394"
So your line could be then:
modules="fuse"
Please remember: You should for sure uncomment or add a new "modules"-line therefore.
Perfect! it works
Thank you!
HyperForum → Servidores → sshfs [fuse: device not found, try 'modprobe fuse' first]
Powered by PunBB, supported by Informer Technologies, Inc.