You are not logged in.

#1 2024-02-01 21:14:14

festuc
Member
Registered: 2017-02-04
Posts: 6

Issues Mounting exFAT Filesystem with Kernel 6.7.2

Recently, I encountered an issue with mounting exFAT filesystems on my Arch Linux running kernel version 6.7.2. Despite having exfatprogs installed, attempts to mount an SD card result in the error: mount: /sd: unknown filesystem type 'exfat'. The modprobe exfat command returns Module exfat not found, suggesting missing kernel support. This problem began after replacing exfat-utils with exfatprogs. Looking for guidance on resolving this and ensuring proper exFAT support in the current kernel setup.

Offline

#2 2024-02-01 22:28:50

frostschutz
Member
Registered: 2013-11-15
Posts: 1,425

Re: Issues Mounting exFAT Filesystem with Kernel 6.7.2

If `modprobe exfat` fails, check `uname -r` and accordingly if /usr/lib/modules/<kernelversion>/kernel/fs/exfat exists?

You may have booted an old kernel or updated kernel without rebooting (pacman removes modules of the running kernel, unfortunately).

In that case you may be limited to modules that were included in / loaded by your initramfs or otherwise loaded previously.

Offline

#3 2024-02-02 08:04:48

d.ALT
Member
Registered: 2019-05-10
Posts: 921

Re: Issues Mounting exFAT Filesystem with Kernel 6.7.2

<EDIT>
stupid grammar... tongue
</EDIT>
Did you perfomed rebbot?


$ pacman -Qs exfat

Last edited by d.ALT (2024-02-02 08:06:19)


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#4 2024-02-03 18:19:53

festuc
Member
Registered: 2017-02-04
Posts: 6

Re: Issues Mounting exFAT Filesystem with Kernel 6.7.2

When i remove exfat-utils and install exfatprogs i already had a reboot. I have a sd card on /sd, via fstab with exfat-utils it mount well at begin.
If i have exfatprogs don't
after check again it seem line in fstab can not be same for exfat-utils than exfatprogs
exfat-utils fstab line:
#UUID=E5FF-EDD0 /sd exfat default,umask=0002,gid=984 0 0
genfstab -U /sd generated after perform a "sudo mount /dev/mmcblk0p1 /sd    "
UUID=E5FF-EDD0          /sd             exfat           rw,relatime,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro      0  #I add sd on / cose genfstab leave / empty for desing.
Ofcourse it not allow my user to write in it...
if i mount with plasma and perform a
genfstab -U /run/media/festuc/festuc                                                                                                                                          ──(ds.,de febr.03)─┘
# /dev/mmcblk0p1 LABEL=festuc
UUID=E5FF-EDD0          /               exfat           rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro       0 1
After modify this line on fstab i have alike sistem than with exfat-utils

Ty for your time

Last edited by festuc (2024-02-03 18:55:00)

Offline

#5 2024-02-03 18:59:54

loqs
Member
Registered: 2014-03-06
Posts: 17,596

Re: Issues Mounting exFAT Filesystem with Kernel 6.7.2

What is the output of:

# modprobe exfat
uname -r
pacman -Q linux
# dmesg

The dmesg output should be from after a failed mount attempt.  Please use code tags.

Offline

Board footer

Powered by FluxBB