FUSE

Ray Van Dolson rvandolson at esri.com
Sat Jul 12 06:18:30 UTC 2008


On Fri, Jul 11, 2008 at 11:16:29PM -0700, Joy Methew wrote:
> hello all...
> i wann a use sshfs for encryption......
> 
> yum install fuse-sshfs
> 
>  rpm -qa fuse
>  fuse-2.7.0-6.fc6
> 
> 
> rpm -qa fuse-sshfs
> fuse-sshfs-1.7-2.fc6
> 
> sshfs root at 192.168.1.4: /mnt/
> root at 192.168.1.4's password:
> fuse: device not found, try 'modprobe fuse' first
> 
> 
> Everything finished up but when I try to mount  fuse
> device not found, try 'modprobe fuse' first." When I run that command I get
> "FATEL: Module fuse not found." Is there something else I need to install?
> 

You might try (as root):

  # /etc/init.d/fuse start

This should theoretically build the fuse module against your current
kernel at which point modprobe fuse should work (or the module will get
auto-loaded, I forget).

Ray




More information about the redhat-list mailing list