I’m running Tumbleweed (updated 5 minutes ago) and when trying to open my exFAT 62GB USB stick it fails to mount:
It wasn’t possible to mount this device.
If I try to do it through Dolphin the following error message is shown:
There was an error accessing ‘EXTRA’; server replied: The requested operation has failed: Error mounting system-managed device /dev/sdb1: Command-line `mount “vfat”’ exited with non-zero exit status 32: mount: /vfat: unknown filesystem type ‘iocharset=utf8’.
If I try to mount it manually everthing goes fine:
Well, that explains all of it. Your fstab says /dev/sdb1 is supposed to have a vfat file system. And it doesn’t. Remove the line or comment it out. Then reboot and insert the drive.
How did it get there? I certainly did not add that line myself. May it have gotten added when I was trying to get it working, perhaps by popping the stick into the usb port before installing the fuse-exfat and exfat-utils packages?