You are not logged in.

#1 2020-05-04 09:26:24

xMrD
Member
Registered: 2020-05-04
Posts: 8

[SOLVED]How to install fuse module?

Hi, I want to mount exFat disk. I've already instaled exfat-utils package and when I'm trying to mount disk I got error:

FUSE exfat 1.3.0
fuse: device not found, try 'modprobe fuse' first

When I try modprobe fuse I got:

modprobe: FATAL: Module fuse not found in directory /lib/modules/5.6.7-arch1-1

I've got the newest kernel and I've rebooted pc.

Last edited by xMrD (2020-05-06 07:41:24)

Offline

#2 2020-05-04 09:47:34

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,197

Re: [SOLVED]How to install fuse module?

Evidence points to one of the two statements in the last sentence to be incorrect (well technically you might indeed have the latest kernel but are not booted into it), whether intentionally or not:

pacman -Q linux && uname -r

should match in version numbers.

If they don't, as I suspect they won't, one of the main culprits for this is to have had the EFI partition unmounted while the kernel update installed the new kernel to /boot the directory instead of /boot the partition, to fix this boot into a live disk, properly mount all the partitions chroot in and reinstall the kernel package, or install the old kernel from the cache, boot that, ensure the partition is properly mounted and update the system again.

Last edited by V1del (2020-05-04 09:49:18)

Offline

#3 2020-05-04 17:55:47

xMrD
Member
Registered: 2020-05-04
Posts: 8

Re: [SOLVED]How to install fuse module?

Before today update of linux(2020-05-04) I had exfat-utils-nofuse package and everything was fine. But now mentioned package doesn't work.

Offline

#4 2020-05-04 17:59:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,197

Re: [SOLVED]How to install fuse module?

Regardless if your kernel can't load modules packages needing modules won't work. Post the output of that command.

Offline

#5 2020-05-04 18:06:08

xMrD
Member
Registered: 2020-05-04
Posts: 8

Re: [SOLVED]How to install fuse module?

linux 5.6.10.arch1-1
5.6.10-arch1-1

Offline

#6 2020-05-04 18:08:34

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,343
Website

Re: [SOLVED]How to install fuse module?

What's the output of the following:

find /lib/modules/ -name fuse.ko.xz

EDIT:

xMrD wrote:

Before today update of linux(2020-05-04) I had exfat-utils-nofuse package

Oops, missed this - that's your problem.  You need to rebuild your AUR package(s).

Last edited by Trilby (2020-05-04 18:09:43)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#7 2020-05-04 18:12:18

xMrD
Member
Registered: 2020-05-04
Posts: 8

Re: [SOLVED]How to install fuse module?

Trilby wrote:
xMrD wrote:

Before today update of linux(2020-05-04) I had exfat-utils-nofuse package

Oops, missed this - that's your problem.  You need to rebuild your AUR package(s).

How ?

 yay -Syu ? 
/lib/modules/5.6.10-arch1-1/kernel/fs/fuse/fuse.ko.xz

Last edited by xMrD (2020-05-04 18:13:16)

Offline

#8 2020-05-04 18:14:31

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,343
Website

Re: [SOLVED]How to install fuse module?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#9 2020-05-06 07:40:51

xMrD
Member
Registered: 2020-05-04
Posts: 8

Re: [SOLVED]How to install fuse module?

I dont't know whats happened but after updates started working. Thanks!

Offline

Board footer

Powered by FluxBB