OpenSuSE 13,2 beta 1 issue with ExFAT nofuse

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 # 

Here the messages from the kernel


 8800.686265] EXT4-fs (sdc1): VFS: Can't find ext4 filesystem
 8896.885134] exFAT: Version 1.2.9
 8896.886091] [EXFAT] trying to mount...
 8896.946428] [EXFAT] mounted successfully
 8942.541533] [EXFAT] trying to unmount...
 8942.541574] [EXFAT] unmounted successfully
 8965.413913] [EXFAT] trying to mount...
 8965.473497] [EXFAT] mounted successfully

nobody knows about this issue?