Hi
I’m having issues when I try to mount an ExFAT drive into 13.2 beta 1
First of all, I installed the exfat nofuse implementation, like this:
git clone https://github.com/rxrz/exfat-nofuse.git
cd exfat-nofuse
make
sudo make install
if I try now to mount my device, I get the following issue:
linux-zr7s:/home/trucmar # mount /dev/sdc1 /mnt/
mount: /dev/sdc1: more filesystems detected. This should not happen,
use -t <type> to explicitly specify the filesystem type or
use wipefs(8) to clean up the device.
I have to specify manually the filesystem to exfat in order to get it mounted. The same drive works on 13.1 using KDE’s one-click-solution for mounting devices.
linux-zr7s:/home/trucmar/Downloads/exfat-nofuse # mount **-t exfat** /dev/sdc1 /mnt/
linux-zr7s:/home/trucmar/Downloads/exfat-nofuse #