Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Debian Linux Help > Fuse / Modprobe Help

Forgot Password?
 Debian Linux Help   Discussions related to Debian GNU/Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-10-2006   #1 (permalink)
Just Joined!
 
Join Date: Apr 2005
Posts: 11
Fuse / Modprobe Help

I am trying to mount via fuse a music directory on another box on which I have an account:

mydebian:/home/me# sshfs myname@10.x.x.xx:/music /mnt/music
Password:
modprobe: Can't locate module fuse
fusermount: fuse device not found, try 'modprobe fuse' first
mydebian:/home/me# modprobe fuse
modprobe: Can't locate module fuse

Seeing as I am an apt-get kind of gal, I have no idea about using modprobe. It seems I am missing the fuse module - where would it be? I installed fuse without errors. I have logged out and back in. Can anyone point me in the right direction so I can get this directory mounted?

Cheers,
Jude
JLucien is offline  


Reply With Quote
Old 07-11-2006   #2 (permalink)
Linux Engineer
 
Javasnob's Avatar
 
Join Date: Jul 2005
Location: Wisconsin
Posts: 942
Have you tried apt-cache search fuse and looked to see if you can install the module that way? My guess is that you haven't installed the module onto your system yet, so obviously you can't load it into the kernel. Here's what I came up with:
Code:
Package fuse-source

    * stable (utils): Filesystem in USErspace (source for kernel module)
      2.2.1-4sarge2: all
      2.2.1-4: all

Package fuse-utils

    * stable (utils): Filesystem in USErspace (utilities)
      2.2.1-4sarge2: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
      2.2.1-4: amd64
Plus 9 more packages. Try installing some of them and modprobe fuse each time.
__________________
Flies of a particular kind, i.e. time-flies, are fond of an arrow.

Registered Linux User #408794
Javasnob is offline   Reply With Quote
Old 07-11-2006   #3 (permalink)
Just Joined!
 
Join Date: Apr 2005
Posts: 11
I have installed all of the fuse packages I can find. If there is a module, where would I find it? Is there a directory where modules are kept? Are modules identifiable by a filename extension? Any and all module help appreciated.
JLucien is offline   Reply With Quote
Old 07-11-2006   #4 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
Does your kernel include the fuse module?

Is it a stock Debian kernel or a custom one?
Code:
uname -a
If your kernel does not have the fuse module, then you can install with with module-assistant :
Code:
apt-get install module-assistant 
apt-get install fuse-source
cd /usr/src
m-a prepare
m-a a-i fuse
depmod -ae $(uname -r)
Then you should be able to do :
Code:
modprobe fuse
__________________
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

-Bruce Lee
antidrugue is offline   Reply With Quote
Old 10-07-2008   #5 (permalink)
Just Joined!
 
Join Date: Oct 2008
Posts: 1
Quote:
Originally Posted by antidrugue View Post
Does your kernel include the fuse module?

Is it a stock Debian kernel or a custom one?
Code:
uname -a
If your kernel does not have the fuse module, then you can install with with module-assistant :
Code:
apt-get install module-assistant 
apt-get install fuse-source
cd /usr/src
m-a prepare
m-a a-i fuse
depmod -ae $(uname -r)
Then you should be able to do :
Code:
modprobe fuse
I run into this same trouble. Im attempting to get a USB drive mounted under centos. The machine is running trixbox ce. Its basicly an appliance so I did not install the OS it was pre defined.

Anyway I installed ntfs-g3 as well as force using yum

# yum list | grep fuse
fuse.i386 2.7.3-1.el5.rf installed
fuse-ntfs-3g.i386 1.2918-1.el5.rf installed


and still when I do modprobe

[root@gclan-pbx src]# modprobe fuse-ntfs-g3
FATAL: Module fuse_ntfs_g3 not found.
[root@gclan-pbx src]# modprobe fuse-ntfs
FATAL: Module fuse_ntfs not found.
[root@gclan-pbx src]# modprobe fuse
FATAL: Module fuse not found.
[root@gclan-pbx src]# modprobe ntfs-g3
FATAL: Module ntfs_g3 not found.


Any thoughts?
shawngg is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 09:44 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2