Quote:
Originally Posted by antidrugue Does your kernel include the fuse module?
Is it a stock Debian kernel or a custom one? 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 : | 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? |