Hello,
I'm trying to build a sshfs available environemnt.
Info: [root@pandora /]# uname -a ; yum list *fuse* installed Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Loading "priorities" plugin Loading "protectbase" plugin Loading "installonlyn" plugin Loading "fastestmirror" plugin Setting up repositories Loading mirror speeds from cached hostfile Reading repository metadata in from local files 0 packages excluded due to repository priority protections 0 packages excluded due to repository protections Installed Packages fuse.x86_64 2.7.0-1.el5.rf installed fuse-sshfs.x86_64 1.8-1.el5.rf installed Available Packages dkms-fuse.noarch 2.7.0-1.nodist.rf rpmforge
fuse-clamfs.x86_64 0.9.1-1.el5.rf rpmforge
fuse-cryptofs.x86_64 0.6.0-1.el5.rf rpmforge
fuse-davfs2.x86_64 1.2.1-1.el5.rf rpmforge
fuse-devel.x86_64 2.7.0-1.el5.rf rpmforge
fuse-encfs.x86_64 1.3.2-1.el5.rf rpmforge
fuse-iso.x86_64 0.0.20070708-1.el5.rf rpmforge
fuse-ntfs-3g.x86_64 1.616-1.el5.rf rpmforge
fuse-ntfs-3g-devel.x86_64 1.616-1.el5.rf rpmforge
fuse-smb.x86_64 0.8.5-1.el5.rf rpmforge
fuse-unionfs.x86_64 0.18-1.el5.rf rpmforge
But....
[root@pandora /]# sshfs root@my_remote_server:/root /mnt root@intergrid.cat's password: fuse: device not found, try 'modprobe fuse' first
OK, let's to try the system's advice...
[root@pandora /]# modprobe fuse FATAL: Module fuse not found.
I've tried to use depmod command without success.
.............
On 8/24/07, Jordi Espasa Clofent sistemes.llistes@intergrid.cat wrote:
Hello,
I'm trying to build a sshfs available environemnt.
Info: [root@pandora /]# uname -a ; yum list *fuse* installed Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Loading "priorities" plugin Loading "protectbase" plugin Loading "installonlyn" plugin Loading "fastestmirror" plugin Setting up repositories Loading mirror speeds from cached hostfile Reading repository metadata in from local files 0 packages excluded due to repository priority protections 0 packages excluded due to repository protections Installed Packages fuse.x86_64 2.7.0-1.el5.rf installed fuse-sshfs.x86_64 1.8-1.el5.rf installed Available Packages dkms-fuse.noarch 2.7.0-1.nodist.rf rpmforge
Install the following:
dkms dkms-fuse kernel-xen-devel
Then it should work. Akemi