Mailinglist Archive: opensuse-bugs (14787 mails)

< Previous Next >
[Bug 222899] sshfs does not work
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 24 Nov 2006 03:22:08 -0700 (MST)
  • Message-id: <20061124102208.736D3F48@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=222899


tiwai@xxxxxxxxxx changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX




------- Comment #4 from tiwai@xxxxxxxxxx 2006-11-24 03:22 MST -------
Add "fuse" to $MODULES_LOADED_ON_BOOT in /etc/sysconfig/kernel file. Then this
module will be automatically loaded at boot time.

I guess you misunderstand about fuse and auto-probing. There is no direct
connection between FUSE and the actual device. FUSE is a framework and can
work even virtually without any devices. That's why no auto-probing can work
for device accessing.

Without udev, it's possible to create /dev/fuse statically and make the kernel
triggering fuse at each access. But, with udev, /dev/fuse is created only
after the module is loaded. A chicken-and-egg problem here.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >
References