13.1 - How to load FUSE support for NTFS, kernel 3.12.0-1

Not sure what is default, what may be common on this system which was forklifted from dissimilar hardware. Have been force re-installing packages as I come across problems.

Current Issue
Cannot mount NTFS partitions in Dolphin File Manager.
Throws an error unable to mount due to

FATAL: Module fuse not found. fuse: device not found. Try 'modprobe fuse' first 

Running “modprobe fuse” returned “not found”
So, force re-installed the fuse and NTFS-3g packages and attempted to re-load fuse but SOL.

I then suspected that I should do a search for “fuse.ko” and found it was compiled only for an older kernel and not present for the current 13.1 kernel.

Do not know how fuse is implemented in 13.1, am suspecting should be part of the mainline kernel but how to verify is not missing or needs to be enabled?

TSU

On 2013-11-21 04:56, tsu2 wrote:

> Do not know how fuse is implemented in 13.1, am suspecting should be
> part of the mainline kernel but how to verify is not missing or needs to
> be enabled?


> Eleanor4:~ # locate fuse.ko
> /lib/modules/3.11.6-3-desktop/kernel/fs/fuse/fuse.ko
> /lib/modules/3.11.6-4-desktop/kernel/fs/fuse/fuse.ko
> Eleanor4:~ # rpm -qf /lib/modules/3.11.6-3-desktop/kernel/fs/fuse/fuse.ko
> kernel-desktop-3.11.6-3.1.x86_64
> Eleanor4:~ #


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

Thx,
I found that shortly after I posted so it looks like at least FUSE is implemented as a kernel module.
So now, I have to figure out if the module should have been loaded on boot or is supposed to be invoked on demand and if the latter, why it’s not working on my system…

TSU